Problem
docs/reference/cli.md:101-114 omits four keys that handle_key implements (src/main.rs:230-257) and that docs/guide/dashboard.md:37-41 documents:
| Key |
Action |
| enter |
toggle pane focus |
| d |
detail rows |
| [ / ] |
move bucket |
| backspace |
clear bucket |
Two key tables that disagree; the reference is the incomplete one.
What to do
Acceptance
The CLI reference and the dashboard guide list the same keys.
Problem
docs/reference/cli.md:101-114omits four keys thathandle_keyimplements (src/main.rs:230-257) and thatdocs/guide/dashboard.md:37-41documents:Two key tables that disagree; the reference is the incomplete one.
What to do
docs/reference/cli.md.Acceptance
The CLI reference and the dashboard guide list the same keys.