]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/common/exit_codes.rb
Add more TODO items and remove the one about YARD docs (coming in a second).
[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