click-contrib / click-completion

Add or enhance bash, fish, zsh and powershell completion in Click
MIT License
288 stars 32 forks source link

Don't suggest hidden commands #22

Closed anukul closed 5 years ago

anukul commented 5 years ago

Fixes #21

Additionally, we should probably use click.Command.get_short_help_str

get_short_help_str(limit=45) Gets short help for the command or makes it by shortening the long help string.

Konubinix commented 5 years ago

Thanks