Fixed value handling for variable arguments

This commit is contained in:
Sven Heidemann 2022-05-19 19:41:02 +02:00
parent 0f5b1b7586
commit 44182eec86

View File

@ -182,6 +182,7 @@ class Configuration(ConfigurationABC):
value = arg_list[i + 1]
self._set_variable(arg.name, value)
self._handled_args.append(arg_str)
self._handled_args.append(value)
self._parse_arguments(executables, arg_list[i + 1:], arg.console_arguments)
# flags