aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-30 16:36:49 +0200
committerDanilo M. <danix@danix.xyz>2026-06-30 16:36:49 +0200
commit39d9c808c4f599d0708eccdaf883147e6cd1e9b9 (patch)
treeb0b2a7eb430d50baa99fd91d02fef0ab6d8e9f3e
parentb3d672549dba640c2f4ee978f432857d2ce7ccdf (diff)
downloadfirefly-cli-39d9c808c4f599d0708eccdaf883147e6cd1e9b9.tar.gz
firefly-cli-39d9c808c4f599d0708eccdaf883147e6cd1e9b9.zip
Updated TODO.md
-rw-r--r--TODO.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index ffcef00..fdae0a1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -27,3 +27,6 @@ bash completion).
- [ ] `--raw` escape hatch for arbitrary API calls.
- [ ] OAuth as an alternative to personal access tokens.
- [ ] zsh / fish completion (bash done).
+
+## UI/UX
+- [ ] completion needs to suggest based on `--type`. EG, `firefly --human account list --type` should suggest available account types.