]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/common/exit_codes.rb
Don't hide shell output in the Rakefile.
[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