Skip to content

Commit fda71b0

Browse files
committed
Add -h for help option
Fixes #67
1 parent 893e2df commit fda71b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bumpversion/cli.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
context_settings={
2525
"ignore_unknown_options": True,
2626
"allow_interspersed_args": True,
27+
"help_option_names": ["-h", "--help"],
2728
},
2829
add_help_option=False,
2930
)

0 commit comments

Comments
 (0)