X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Fexit_codes.rb;h=a0d030b2648f3c8cdf07e546fc72907868547f03;hp=b7928a74eb4b7c61733623536a236f676742bf33;hb=df4e02ebf6a4e28a58abcb298a4442a245ad0b15;hpb=d0bfa37fb4be739b31dd97c493764ca19a160182 diff --git a/lib/common/exit_codes.rb b/lib/common/exit_codes.rb index b7928a7..a0d030b 100644 --- a/lib/common/exit_codes.rb +++ b/lib/common/exit_codes.rb @@ -1,3 +1,5 @@ +# Command-line exit codes. In other words, what you'll see if you +# echo $? after running the executable on the command-line. module ExitCodes # Everything went better than expected. SUCCESS = 0