bug: inconsistent behavior for unsupported TUI commands.
Open
bug
- Dominant language
- TypeScript
- Stars
- 283
- Forks
- 95
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 183
Description
### Problem
CLI only commands have different behavior in the TUI.
- show up, but redirect the manual CLI run (ex. update).
- don't show up. (ex. export)
### Definition of Done
- migrate commands to a consistent behavior. (likely the second one since display a command to say its not supported feels like poor UX).
Contributor guide
Research direction
Compare how the TUI handles the CLI-only commands named in the issue, especially update and export. Trace their current TUI behavior first; done means unsupported commands follow one consistent behavior instead of showing or redirecting inconsistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100