We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc67ff commit d3f8dd5Copy full SHA for d3f8dd5
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 5.1.0
2
+
3
+## Features
4
5
+- Allow [exit codes](README.md#-exitcode) from 125 to 255.
6
7
# 5.0.1
8
9
## Documentation
README.md
@@ -105,7 +105,12 @@ _Default_: `1`
105
106
Process [exit code](https://en.wikipedia.org/wiki/Exit_status).
107
108
-Note: when passing invalid `options`, the exit code is always `125`.
+We recommend values between 1 and 124 because the following exit codes have some
109
+special meaning:
110
111
+- 0: success
112
+- 125: invalid [`options`](#options)
113
+- 126 to 255: used by shells like Bash
114
115
### 📕 stack
116
0 commit comments