mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(cli): update exit codes table
I haven't enforced all of these yet, but will soon as part of the v3 release.
This commit is contained in:
13
bin/doom
13
bin/doom
@ -154,12 +154,13 @@ ENVIRONMENT VARIABLES:
|
||||
|
||||
EXIT CODES:
|
||||
0 Successful run
|
||||
1 General internal error
|
||||
2 Error with Emacs/Doom install or execution context
|
||||
3 Unrecognized user input error
|
||||
4 Command not found, or is incorrect/deprecated
|
||||
5 Invalid, missing, or extra options/arguments
|
||||
6-15 Reserved for Doom
|
||||
1 No error occurred, but the command couldn't complete
|
||||
2 General internal error
|
||||
3 Error with Emacs/Doom install or execution context
|
||||
4 Unrecognized user input error
|
||||
5 Command not found, or is incorrect/deprecated
|
||||
6 Invalid, missing, or extra options/arguments
|
||||
7-15 Reserved for Doom
|
||||
16-192 Reserved for the user's extensions
|
||||
254 Successful run (then execute the dynamically generated after-script)
|
||||
255 Uncaught critical errors
|
||||
|
Reference in New Issue
Block a user