We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2370340 commit 4b1f9bbCopy full SHA for 4b1f9bb
news/3844.behavior.rst
@@ -0,0 +1 @@
1
+Re-enable ``--help`` option for ``pipenv run`` command.
pipenv/cli/command.py
@@ -392,7 +392,6 @@ def shell(
392
393
394
@cli.command(
395
- add_help_option=False,
396
short_help="Spawns a command installed into the virtualenv.",
397
context_settings=subcommand_context_no_interspersion,
398
)
0 commit comments