Merge branch 'feature/unusedCodeDetector' of github.com:TouchInstinct/BuildScripts into feature/unusedCodeDetector
This commit is contained in:
commit
921b87e797
|
|
@ -104,7 +104,7 @@ class Unused
|
|||
options[:ignore] = []
|
||||
|
||||
opts.on("-c", "--config=FileName") { |c| options[:config] = c }
|
||||
opts.on("-i", "--ignore=a, b, c", Array) { |i| options[:ignore] += i }
|
||||
opts.on("-i", "--ignore [a, b, c]", Array) { |i| options[:ignore] += i if !i.nil? }
|
||||
|
||||
end.parse!
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue