feat: todo done accepts multiple task numbers and prints completed task #96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "95_todo-done-variadic-and-print-completed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #95
Summary
donecommand:streamd todo done <N>...now accepts one or more task numbers in a single invocation, collected from the same snapshot — fixing the unstable index problem when running sequentialdonecalls@Done, the full task block is printed (same format astodo list) so the user gets visual confirmationBefore / After
Before:
After:
Test plan
cargo test— all 197 tests passnix flake check— clippy, fmt, tests, pre-commit all greenmark_task_done(file mutation, invalid number validation)