bin/ridgepole in ridgepole-0.3.6 vs bin/ridgepole in ridgepole-0.3.7

- old
+ new

@@ -49,9 +49,11 @@ opt.on('', '--table-options OPTIONS') {|v| options[:table_options] = v } opt.on('', '--bulk-change') { raise "Cannot use `bulk-change` in `merge`" if options[:merge] options[:bulk_change] = true } + opt.on('', '--pre-query QUERY') {|v| options[:pre_query] = v } + opt.on('', '--post-query QUERY') {|v| options[:post_query] = v } opt.on('-e', '--export') { set_mode[:export] } opt.on('', '--split') {|v| split = true } opt.on('', '--split-with-dir') {|v| split = :with_dir } opt.on('-d', '--diff DSL1 DSL2') {|diff_arg1| set_mode[:diff]