mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #3844 from immerrr/re-enable-help-for-run-command
run: re-enable --help option
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Re-enable ``--help`` option for ``pipenv run`` command.
|
||||
@@ -395,7 +395,6 @@ def shell(
|
||||
|
||||
|
||||
@cli.command(
|
||||
add_help_option=False,
|
||||
short_help="Spawns a command installed into the virtualenv.",
|
||||
context_settings=subcommand_context_no_interspersion,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user