From a1013add0052de99968de6a4c348ad12b3b4998d Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 21 May 2016 13:48:19 -0400 Subject: comment cleanup --- src/guff.cr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/guff.cr') 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" -- cgit v1.2.3