Releases: sebastianfeldmann/cli
Releases · sebastianfeldmann/cli
2.0.1
2.0.0
Allow definition of acceptable exit codes
Sometimes you want to accept different exit codes then just 0.
This is useful for binaries that exit with exit codes other
then 0 to signal warnings or other maybe acceptable states.
By setting those different exit codes as acceptable,
you prevent the runner from throwing a runtime exception.
BC Breaks
The Command and Processor interfaces had to be changed to support the new feature.
1.0.5
Some minor exception message enhancement
1.0.4
Add util class
1.0.3
Add 'getCode' proxy to runner result
1.0.2
Drop arguments array
1.0.1
Add output redirection info to results.
1.0.0
First stable release.