lib/speckle/cli/environment.rb in speckle-0.1.10 vs lib/speckle/cli/environment.rb in speckle-0.1.11

- old
+ new

@@ -126,10 +126,10 @@ args << 'spec' options.action = :compile_and_test end end - options.inputs = args + options.inputs = args.uniq rescue OptionParser::InvalidOption => e options.error = e options.action = :show_invalid_option rescue OptionParser::MissingArgument => e options.error = e