Merge pull request #3844 from immerrr/re-enable-help-for-run-command

run: re-enable --help option
This commit is contained in:
Frost Ming
2019-07-15 09:20:29 +08:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Re-enable ``--help`` option for ``pipenv run`` command.
-1
View File
@@ -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,
)