bin/coffeelint.rb in coffeelint-0.2.1 vs bin/coffeelint.rb in coffeelint-0.2.2
- old
+ new
@@ -28,10 +28,10 @@
-s, --stdin Lint the source from stdin [boolean]
-q, --quiet Only print errors. [boolean]
=end
- opts.on "-f", "--file", "Specify a custom configuration file." do |f|
+ opts.on "-f FILE", "--file FILE", "Specify a custom configuration file." do |f|
linter_options[:config_file] = f
end
=begin
opts.on "--noconfig", "Ignores the environment variabel COFFEELINT_CONFIG." do |f|