diff --git a/docs/cli.md b/docs/cli.md index de5beea..fdad8cb 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -11,8 +11,6 @@ $ kom --help Options --version -v - --install-completion [bash|zsh|fish|powershell|pwsh] Install completion for the specified shell. [default: None] - --show-completion [bash|zsh|fish|powershell|pwsh] Show completion for the specified shell, to copy it or customize the installation. [default: None] --help -h Show this message and exit. Commands diff --git a/kelp_o_matic/cli.py b/kelp_o_matic/cli.py index 10fa2ad..09d9cc7 100644 --- a/kelp_o_matic/cli.py +++ b/kelp_o_matic/cli.py @@ -10,7 +10,7 @@ find_mussels as find_mussels_, ) -cli = typer.Typer(context_settings={"help_option_names": ["-h", "--help"]}) +cli = typer.Typer(context_settings={"help_option_names": ["-h", "--help"]}, add_completion=False) @cli.command()