Thomas Gelf d5131f7fac Arguments: always render += instead of =
This allows to extend existing arguments

fixes #12941
2016-11-15 17:57:02 +01:00

10 lines
161 B
Plaintext

object CheckCommand "___TEST___command" {
command = [ PluginDir + "/bla" ]
arguments += {
"-a" = {
set_if = "$a$"
}
}
}