Skip to content

Commit

Permalink
run: re-enable --help option
Browse files Browse the repository at this point in the history
To run a command called "--help" you need to use the usual "--" arguments
separator:

pipenv run -- --help
  • Loading branch information
immerrr committed Jul 14, 2019
1 parent 2370340 commit 25057c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipenv/cli/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ def shell(


@cli.command(
add_help_option=False,
short_help="Spawns a command installed into the virtualenv.",
context_settings=subcommand_context_no_interspersion,
)
Expand Down

0 comments on commit 25057c6

Please sign in to comment.