|
Tab-completing --type now offers the valid values instead of nothing:
account list -> asset/expense/revenue/liability, account create ->
asset/expense/revenue, tx add/edit -> withdrawal/deposit/transfer. Keyed per
command off a static FLAG_VALUES map in gen_completion.py (types are a fixed
Firefly enum, so no API call in the completion). Partial input filters and
unrelated flags still complete normally.
Completion-only: no CLI/JSON/exit change, ships under v0.3.4.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|