Skip to content

Commit

Permalink
Enable both -h and --help options
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkram committed Oct 23, 2024
1 parent 86f8d85 commit db503f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binstar_client/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
name="org",
help="Interact with anaconda.org",
no_args_is_help=True,
context_settings={"help_option_names": ["-h", "--help"]},
)


Expand Down

0 comments on commit db503f8

Please sign in to comment.