bin/screwcap in screwcap-0.6.3 vs bin/screwcap in screwcap-0.7

- old
+ new

@@ -4,9 +4,10 @@ require File.expand_path(File.dirname(__FILE__) + '/../lib/screwcap') require File.expand_path(File.dirname(__FILE__) + '/../lib/trollop') p = Trollop::Parser.new do opt :silent, "Be silent", :short => "s" + opt :verbose, "Be verbose", :short => "v" opt :nocolor, "Do not color output" opt :debug, "Turn on debugger. Will print full stacktrace if an exeception was raised", :short => "d" opt :help, "Show this message", :short => "h" opt :tasks, "Display available tasks in recipe file", :short => "t" opt :setup_rails, "Setup a rails app to use screwcap", :short => "r"