module ExitCodes
Command-line exit codes. In other words, what you'll see if you echo $?
after running the executable on the command-line.
Constants
- BAD_COMMAND_LINE
The command-line arguments were not what we expected.
- SUCCESS
Everything went better than expected.