exe/fox in fixture_fox-0.2.9 vs exe/fox in fixture_fox-0.2.10
- old
+ new
@@ -20,11 +20,11 @@
-r,reflections=EFILE
Reflections YML file
-s,state=EFILE?
- State file. fox(1) reads ids and anchors from this file. Default is
+ State file. fox reads ids and anchors from this file. Default is
fox.yml
-w,write=FILE? @ Write new state file
Write the new state to FILE or back to the input state file if FILE is
not given
@@ -157,10 +157,10 @@
end
exit
end
if opts.exec?
- tg.time("write") { fox.data.write(conn, ids: ids) }
+ tg.time("write") { fox.data.write(conn, ids: ids, delete: opts.delete&.to_sym || :all) }
else
tg.time("emit") {
# puts "Format: #{opts.format.inspect}"
# exit
if opts.format == "yaml"