diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-03-05 20:21:55 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-03-05 20:21:55 -0500 |
commit | 61e112e62a3a7e96704b2c5d82f410cd94151ee0 (patch) | |
tree | 881866f8833e5578c11e0c12c29f929f51dd1a7d | |
parent | 58bbed61ddec922fec53a39ec1472f2a5c480a0b (diff) | |
download | old-guff-61e112e62a3a7e96704b2c5d82f410cd94151ee0.tar.bz2 old-guff-61e112e62a3a7e96704b2c5d82f410cd94151ee0.zip |
exit after help
-rw-r--r-- | src/guff/config.cr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guff/config.cr b/src/guff/config.cr index 6021c63..1be8d8d 100644 --- a/src/guff/config.cr +++ b/src/guff/config.cr @@ -84,6 +84,7 @@ module Guff "Print usage" ) do puts p.to_s + exit 0 end end |