github.com/koron/hk@v0.0.0-20150303213137-b8aeaa3ab34c/doc/exit-codes.md (about) 1 # Exit Codes 2 3 The termination status of hk is communicated by exit code. Where possible, hk tries to follow existing convention around exit codes, and introduces custom exit codes in the range of 64 - 113 as suggested by [the Advanced Bash-scripting Guide](http://tldp.org/LDP/abs/html/exitcodes.html). 4 5 The following is a list of exit codes currently used by hk: 6 7 | Exit Code | Description | 8 |:---------:| ------------------------------------------ | 9 | 0 | Success | 10 | 2 | Command usage error | 11 | 79 | Second authentication factor required |