Skip to content

Commit

Permalink
fixes to use the latest typer lib (#466)
Browse files Browse the repository at this point in the history
Trying the fix for the iterative/gto-action#99
  • Loading branch information
shcheklein authored Dec 1, 2024
1 parent 2cbfee7 commit b3a71a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gto/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def callback_sort( # pylint: disable=inconsistent-return-statements
)


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

0 comments on commit b3a71a8

Please sign in to comment.