We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893e2df commit fda71b0Copy full SHA for fda71b0
bumpversion/cli.py
@@ -24,6 +24,7 @@
24
context_settings={
25
"ignore_unknown_options": True,
26
"allow_interspersed_args": True,
27
+ "help_option_names": ["-h", "--help"],
28
},
29
add_help_option=False,
30
)
0 commit comments