lib/start.rb in git-p4-sync-0.1.0 vs lib/start.rb in git-p4-sync-0.1.1

- old
+ new

@@ -27,9 +27,13 @@ opts.on("-t", "--test", "Simulates a syncronisation without executing any command") do |o| options[:simulate] = o end + opts.on("-i", "--ignore [STRING]", "Items to ignore. this is a comma delimited list") do |o| + options[:ignore] = o + end + end.parse! def error(msg) puts msg exit 1