Can you set default context_settings for ALL click objects created there-after? #2404
Unanswered
rlaphoenix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently in a few of my projects I want to map
-?and-hto the help info, not just--help. This means I need to set context_settings on all root click objects.Is it possible to define
help_option_names=["-?", "-h", "--help"]for all click objects but still allow per-object overrides?Beta Was this translation helpful? Give feedback.
All reactions