todo
All checks were successful
cicd / ci (push) Successful in 1m10s

This commit is contained in:
Bel LaPointe
2026-01-31 11:23:53 -07:00
parent fa7bafa241
commit 03b9a6d1f1

View File

@@ -414,6 +414,8 @@ func Main() {
log.Printf("%s %s %s", strings.Join(dates, "="), desc, amount)
}
}
log.Fatalf("not impl: for all accounts matched, any unique deltas to those accounts not in csv within dates?")
default:
log.Fatalf("unknown command %q", positional[0])
}