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 eaa7423 commit 84b7215Copy full SHA for 84b7215
1 file changed
weasel/cli/main.py
@@ -15,7 +15,7 @@
15
Arg = typer.Argument
16
Opt = typer.Option
17
18
-app = typer.Typer(name=NAME, help=HELP, no_args_is_help=True)
+app = typer.Typer(name=NAME, help=HELP, no_args_is_help=True, add_completion=False)
19
20
21
def _get_parent_command(ctx: typer.Context) -> str:
0 commit comments