From d44d62f5944c2765ba009197cc3ac5bb50d073e2 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 3 Jul 2026 18:07:47 +0200 Subject: fix(budget): group help blurb, exact Decimal spent, resolver comment (v0.4.1) Follow-ups from the v0.4.0 review: - add the missing _GROUP_HELP blurb for the budget group (every other group shows one) + a regression test asserting all groups have one. - _spent_scalar sums with decimal.Decimal instead of float (exact money). - note the numeric-name sniffing tradeoff in resolver.budget(). Co-Authored-By: Claude Opus 4.8 --- firefly_cli/cli.py | 1 + 1 file changed, 1 insertion(+) (limited to 'firefly_cli/cli.py') diff --git a/firefly_cli/cli.py b/firefly_cli/cli.py index ad54504..712d52d 100644 --- a/firefly_cli/cli.py +++ b/firefly_cli/cli.py @@ -19,6 +19,7 @@ _GROUP_HELP = { "category": "list categories (categories auto-create when used on a tx)", "tag": "list tags (tags auto-create when attached to a tx)", "tx": "record, list, and search transactions", + "budget": "manage budgets and per-period spending limits", } def _build_parser(): -- cgit v1.2.3