Open gregfenton opened 1 year ago
This is a BREAKING CHANGE.
The previous exit code for the process was 1, that is contrary to expected behaviours for typical command line apps where 0 indicates success. To get the previous behaviour, simply specify "--exit-code 1" or "-x 1"
1
0
This is a BREAKING CHANGE.
The previous exit code for the process was
1
, that is contrary to expected behaviours for typical command line apps where0
indicates success. To get the previous behaviour, simply specify "--exit-code 1" or "-x 1"