]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/common/exit_codes.rb
b7928a74eb4b7c61733623536a236f676742bf33
[mailshears.git] / lib / common / exit_codes.rb
1 module ExitCodes
2 # Everything went better than expected.
3 SUCCESS = 0
4
5 # The command-line arguments were not what we expected.
6 BAD_COMMAND_LINE = 1
7 end