diff --git a/news/3844.behavior.rst b/news/3844.behavior.rst new file mode 100644 index 00000000..2648e839 --- /dev/null +++ b/news/3844.behavior.rst @@ -0,0 +1 @@ +Re-enable ``--help`` option for ``pipenv run`` command. diff --git a/pipenv/cli/command.py b/pipenv/cli/command.py index 57a74926..c2cd2e49 100644 --- a/pipenv/cli/command.py +++ b/pipenv/cli/command.py @@ -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, )