Skip to content

Commit 84b7215

Browse files
committed
Disable completion message
1 parent eaa7423 commit 84b7215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weasel/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Arg = typer.Argument
1616
Opt = typer.Option
1717

18-
app = typer.Typer(name=NAME, help=HELP, no_args_is_help=True)
18+
app = typer.Typer(name=NAME, help=HELP, no_args_is_help=True, add_completion=False)
1919

2020

2121
def _get_parent_command(ctx: typer.Context) -> str:

0 commit comments

Comments
 (0)