diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-01 11:02:32 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-01 11:02:32 +0200 |
| commit | 238a4506cfeda388d097265b133004b63f130de6 (patch) | |
| tree | 6d87a628df3472e3583b6dabedd3b611ab799edf /firefly_cli/commands/auth.py | |
| parent | 1c807048f8c754b421dae5a07ee8c053e3788348 (diff) | |
| download | firefly-cli-0.3.4.tar.gz firefly-cli-0.3.4.zip | |
feat: completion suggests --type values per commandv0.3.4
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>
Diffstat (limited to 'firefly_cli/commands/auth.py')
0 files changed, 0 insertions, 0 deletions
