bin/shiba in shiba-0.3.0 vs bin/shiba in shiba-0.4.0
- old
+ new
@@ -4,10 +4,11 @@
APP = File.basename(__FILE__)
commands = {
"explain" => "Generate a report from logged SQL queries",
- "review" => "Review changed files for query problems",
+ "review" => "Review changed files for query problems",
+ "dump_stats" => "Collect database statistics for more accurate analysis"
}
global = OptionParser.new do |opts|
opts.banner = "usage: #{APP} [--help] <command> [<args>]"
opts.separator ""
\ No newline at end of file