click-contrib / click-completion

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

Don't suggest hidden commands #21

Closed anukul closed 5 years ago

anukul commented 5 years ago

Commands decorated with

@click.command(hidden=True)

should not be shown in the completion list.

Konubinix commented 5 years ago

LGTM. @glehmann. What do you think ?