Skip to content

Releases: sebastianfeldmann/cli

2.0.1

01 Dec 08:11

Choose a tag to compare

Fix issue #1 - Infinite look on empty stdOut

2.0.0

03 Oct 17:41

Choose a tag to compare

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

26 Feb 16:36

Choose a tag to compare

Some minor exception message enhancement

1.0.4

26 Feb 11:11

Choose a tag to compare

Add util class

1.0.3

26 Feb 11:10

Choose a tag to compare

Add 'getCode' proxy to runner result

1.0.2

26 Feb 11:10

Choose a tag to compare

Drop arguments array

1.0.1

29 Jan 19:24

Choose a tag to compare

Add output redirection info to results.

1.0.0

29 Jan 19:22

Choose a tag to compare

First stable release.