Skip to content

Commit

Permalink
Add -h for help option
Browse files Browse the repository at this point in the history
Fixes #67
  • Loading branch information
coordt committed Oct 28, 2023
1 parent 893e2df commit fda71b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bumpversion/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
context_settings={
"ignore_unknown_options": True,
"allow_interspersed_args": True,
"help_option_names": ["-h", "--help"],
},
add_help_option=False,
)
Expand Down

0 comments on commit fda71b0

Please sign in to comment.