Updated README to add expected commands to implement

This commit is contained in:
2025-04-07 01:10:46 +00:00
parent 22518cc409
commit 5e5931616b

View File

@@ -1,3 +1,10 @@
# todo-local
# Todo CLI app
A CLI to-do app written in Rust.
A CLI to-do app written in Rust.
## List of Commands
- [ ] `todo list`        - lists all the tasks (should be numbered)
- [ ] `todo add {}`       - adds {} to the tasks
- [ ] `todo did {number}`    - mark a numbered task as completed
- [ ] `todo undid {number}`   - mark a numbered task as incomplete
- [ ] `todo done`        - lists all the completed tasks