Skip to content

Commit

Permalink
Remove shell completion
Browse files Browse the repository at this point in the history
These are very slow and buggy. Removing for now
  • Loading branch information
tayden committed Dec 3, 2024
1 parent ccd1e59 commit b7dd68f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kelp_o_matic/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b7dd68f

Please sign in to comment.