Skip to content

Commit b3a71a8

Browse files
authored
fixes to use the latest typer lib (#466)
Trying the fix for the iterative/gto-action#99
1 parent 2cbfee7 commit b3a71a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gto/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def callback_sort( # pylint: disable=inconsistent-return-statements
394394
)
395395

396396

397-
@app.callback("gto", invoke_without_command=True, no_args_is_help=True)
397+
@app.callback(invoke_without_command=True, no_args_is_help=True)
398398
def gto_callback(
399399
ctx: Context,
400400
show_version: bool = Option(False, "--version", help="Show version and exit"),

0 commit comments

Comments
 (0)