3.4.0
Add variable handling support
Creating commands like
$ MYVAR='foo' mycommand --option='something'
Can now be created by using the Command::addVar(name, value)
method
Add variable handling support
Creating commands like
$ MYVAR='foo' mycommand --option='something'
Can now be created by using the Command::addVar(name, value)
method