Include --help option in completion by tiangolo · Pull Request #1504 · pallets/click
Include --help option in completion.
When executing completion (in Bash, Zsh, etc) the --help option is currently omitted, even though it's available.
This allows the --help option 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