csv accepts depth

This commit is contained in:
bel
2026-03-22 14:11:11 -06:00
parent 7ac5c15ff8
commit 96703721e3

View File

@@ -348,6 +348,8 @@ func Main() {
}
}
case "csv": // reconcile with given csv
deltas := deltas.Group(group)
if config.CSV == "" {
log.Fatalf("missing required -csv")
}