parent
9b16d1ecdd
commit
621cd4153e
1 changed files with 4 additions and 0 deletions
|
|
@ -138,6 +138,10 @@ var HelpTopics = map[string]map[string]string{
|
|||
|
||||
- If a command fails for any reason, the exit code will be 1
|
||||
|
||||
- If a command is running but gets cancelled, the exit code will be 2
|
||||
|
||||
- If a command encounters an authentication issue, the exit code will be 4
|
||||
|
||||
NOTE: It is possible that a particular command may have more exit codes, so it is a good
|
||||
practice to check documentation for the command if you are relying on exit codes to
|
||||
control some behavior.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue