We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbfee7 commit b3a71a8Copy full SHA for b3a71a8
gto/cli.py
@@ -394,7 +394,7 @@ def callback_sort( # pylint: disable=inconsistent-return-statements
394
)
395
396
397
-@app.callback("gto", invoke_without_command=True, no_args_is_help=True)
+@app.callback(invoke_without_command=True, no_args_is_help=True)
398
def gto_callback(
399
ctx: Context,
400
show_version: bool = Option(False, "--version", help="Show version and exit"),
0 commit comments