lib/templater/cli/parser.rb in templater-0.1.1 vs lib/templater/cli/parser.rb in templater-0.1.2

- old
+ new

@@ -69,9 +69,13 @@ end opts.on("--version", "Show the version") do options[:version] = true end + + opts.on("--debug", "Do not catch errors") do + options[:debug] = true + end end def opts.inspect; "<#OptionParser #{object_id}>"; end \ No newline at end of file