lib/vindetta/cli.rb in vindetta-0.4.0 vs lib/vindetta/cli.rb in vindetta-0.5.0
- old
+ new
@@ -14,11 +14,11 @@
end
end
desc 'Generates a random vin'
command :generate do |c|
- c.action do |_global, options, _args|
- puts Vindetta::Generator.generate(options)
+ c.action do |_global, _options, _args|
+ puts Vindetta::Generator.generate
end
end
end
end