10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
|
object CheckCommand "___TEST___command" {
|
||
|
command = [ PluginDir + "/bla" ]
|
||
|
arguments = {
|
||
|
"-a" = {
|
||
|
set_if = "$a$"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|