Merge pull request #1047 from jonathn/fix-pipenv-run-args

Ensure 'run <command>' arguments are not stolen by 'run' arguments
This commit is contained in:
2017-11-13 20:15:36 -05:00
committed by GitHub
+1
View File
@@ -2217,6 +2217,7 @@ def inline_activate_virtualenv():
short_help="Spawns a command installed into the virtualenv.",
context_settings=dict(
ignore_unknown_options=True,
allow_interspersed_args=False,
allow_extra_args=True
)
)