Skip to content

Commit

Permalink
feat: configure exit codes (#1363)
Browse files Browse the repository at this point in the history
* feat: configure exit codes

* chore: make them all 2
  • Loading branch information
mdonnalley authored Dec 7, 2023
1 parent 874f910 commit ea6ab9b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@
],
"warn-if-update-available": {
"timeoutInDays": 7
},
"exitCodes": {
"default": 1,
"failedFlagParsing": 2,
"failedFlagValidation": 2,
"invalidArgsSpec": 2,
"nonExistentFlag": 2,
"requiredArgs": 2,
"unexpectedArgs": 2
}
},
"dependencies": {
Expand Down

0 comments on commit ea6ab9b

Please sign in to comment.