Skip to content

Commit 28a9023

Browse files
authored
Merge pull request #3844 from immerrr/re-enable-help-for-run-command
run: re-enable --help option
2 parents 82d0321 + d883f55 commit 28a9023

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

news/3844.behavior.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Re-enable ``--help`` option for ``pipenv run`` command.

pipenv/cli/command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ def shell(
395395

396396

397397
@cli.command(
398-
add_help_option=False,
399398
short_help="Spawns a command installed into the virtualenv.",
400399
context_settings=subcommand_context_no_interspersion,
401400
)

0 commit comments

Comments
 (0)