Include --help option in completion#1504
Conversation
|
I'm not sure where should I add the change in without a version title? Or should I create a dummy unreleased version title that you change later? |
|
could you please omit the emoji in the commit messages? while they look pretty on GitHub, they are very noisy when reading the shortlog using the git CLI. |
|
For the changelog, just start a new 7.2 section. |
@ThiefMaster sure thing. Just removed the hook. Changing the previous would mean force-pushing, so I won't do it, but I assume you squash and merge when/if you accept it so they won't end up in the history.
@davidism perfect, done. |
|
Thanks! 🚀 🎉 |
Include
--helpoption in completion.When executing completion (in Bash, Zsh, etc) the
--helpoption is currently omitted, even though it's available.This allows the
--helpoption to show up in completion if it was enabled.This is the same way it's done in
click-completion: https://github.com/click-contrib/click-completion/blob/master/click_completion/core.py#L92