diff options
-rw-r--r-- | src/guff.cr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guff.cr b/src/guff.cr index 815c983..e123eff 100644 --- a/src/guff.cr +++ b/src/guff.cr @@ -304,7 +304,7 @@ module Guff getter :session_id # session cookie name - # FIXME: does this belong here + # FIXME: does this belong here? COOKIE = "guff_session" def initialize(@context : Context) @@ -835,6 +835,7 @@ module Guff def self.run(app : String, args : Array(String)) begin begin + # parse command-line arguments config = Config.parse(app, args) rescue err raise "#{err}. Use --help for usage" |