dannypurcell / rubycom

Turn your library into a command-line app by simply including Rubycom.
http://dannypurcell.github.io/rubycom/
MIT License
5 stars 0 forks source link

Return non-zero exit codes in error cases #26

Open dannypurcell opened 8 years ago

dannypurcell commented 8 years ago

Incorrect command lines, including argument errors, currently exit with a 0 status code. This should be changed to exit 1 or above to properly relay the failure to the shell.