lib/kumogata/argument_parser.rb in kumogata-0.5.2 vs lib/kumogata/argument_parser.rb in kumogata-0.5.3
- old
+ new
@@ -105,9 +105,10 @@
opt.on('' , '--force') { options[:force] = true }
opt.on('-w', '--ignore-all-space') { options[:ignore_all_space] = true }
opt.on('' , '--color') { options[:color] = true }
opt.on('' , '--no-color') { options[:color] = false }
opt.on('' , '--debug') { options[:debug] = true }
+ opt.on('-v', '--verbose') { options[:verbose] = true }
opt.parse!
unless (command = ARGV.shift)
puts opt.help
exit 1