From 03b9a6d1f1f91d3f94f66e5f618c10b01c893c8f Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sat, 31 Jan 2026 11:23:53 -0700 Subject: [PATCH] todo --- cmd/cli/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 8b1fe1d..57a2828 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -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]) }