Ensure 'run <command>' arguments are not stolen by 'run' arguments

This commit is contained in:
Jon
2017-11-08 17:38:41 -06:00
parent 40a2ac6244
commit a480b69f99
+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
)
)