lib/shiba/configure.rb in shiba-0.6.0 vs lib/shiba/configure.rb in shiba-0.6.1
- old
+ new
@@ -121,9 +121,13 @@
else
options["json"] = $stdout
end
end
+ opts.on("--example_data_json FILE", "(dev only) generate example data for vue development testing") do |f|
+ options['example_data_json'] = f
+ end
+
opts.on("-h", "--html FILE", "write html report here.") do |h|
options["html"] = h
end
opts.on("-v", "--verbose", "print internal runtime information") do