It seems like it should be referencing the parsed config instead of the regular config.
There is some extra processing of appendArgstoExecutable in buildParsedConfigsPromise that otherwise doesn't seem to be used and seems intended to be used for this.
This should fix #625
It seems like it should be referencing the parsed config instead of the regular config. There is some extra processing of
appendArgstoExecutable
inbuildParsedConfigsPromise
that otherwise doesn't seem to be used and seems intended to be used for this.