convenience context.args

This commit is contained in:
Suhas 2021-02-01 21:12:34 -05:00
parent 927530c057
commit 6d035e709e

View file

@ -401,7 +401,7 @@ def run(context, command, text=""):
command = command.format(cache_dir=cache_dir) command = command.format(cache_dir=cache_dir)
args = split_args(command) args = split_args(command)
context.args = args
def _mock_editor(command): def _mock_editor(command):
context.editor_command = command context.editor_command = command
tmpfile = command[-1] tmpfile = command[-1]