Releases: sebastianfeldmann/cli
Releases · sebastianfeldmann/cli
3.4.2
What's Changed
- Avoid implicit nullable types (PHP 8.4 compatibility) by @eliashaeussler in #17
New Contributors
- @eliashaeussler made their first contribution in #17
Full Changelog: 3.4.1...3.4.2
3.4.1
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
3.3.3
Fix windows escaping
3.3.2
Properly escape whitespaces on windows - thanks to @Gaitholabi
3.3.1
- PHP8 compatibility
3.3.0
Version 3.3.0
3.2.8
3.2.7
- Fill
pipe
overflow issue on windows - thanks to @pvandommelen
3.2.6
Disable the Symfony default 60 second timeout