aboutsummaryrefslogtreecommitdiff
path: root/src/guff.cr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-05-21 13:48:19 -0400
committerPaul Duncan <pabs@pablotron.org>2016-05-21 13:48:19 -0400
commita1013add0052de99968de6a4c348ad12b3b4998d (patch)
treec7f4b4258413fe15e7ffee06bb7a1ee83300714d /src/guff.cr
parent10fd34098d43a6a2d9878564443fc55df423032d (diff)
downloadguff-a1013add0052de99968de6a4c348ad12b3b4998d.tar.bz2
guff-a1013add0052de99968de6a4c348ad12b3b4998d.zip
comment cleanup
Diffstat (limited to 'src/guff.cr')
-rw-r--r--src/guff.cr3
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"