Skip to content

3.4.0

Compare
Choose a tag to compare
@sebastianfeldmann sebastianfeldmann released this 20 Oct 19:59
· 13 commits to main since this release
3.4.0
72f2066

Add variable handling support

Creating commands like

$ MYVAR='foo' mycommand --option='something'

Can now be created by using the Command::addVar(name, value) method