lib/ocrunner/cli.rb in ocrunner-0.3.2 vs lib/ocrunner/cli.rb in ocrunner-0.4.0

- old
+ new

@@ -29,10 +29,9 @@ opt :auto, "Watch filesystem for changes and run tests when they occur", :type => :boolean, :default => false opt :growl, "Report results using Growl", :type => :boolean, :default => false opt :debug_command, "Print xcodebuild command and exit", :type => :boolean, :default => false opt :verbose, "Display all xcodebuild output after summary", :type => :boolean, :default => false opt :loud_compilation, "Always show verbose output when a compilation or linking error occurs", :type => :boolean, :default => true - opt :oclog, "Display OCLog log messages", :type => :boolean, :default => true opt :oclog_help, "Print OCLog code example and exit", :type => :boolean, :default => false end if opts[:oclog_help] present do \ No newline at end of file