Update README.md

This commit is contained in:
2025-04-16 13:44:26 +00:00
parent becfdbdb15
commit 673f00fe14

View File

@@ -14,6 +14,7 @@ A CLI to-do app written in Rust.
| [ ] | `todo did {_number_}` | mark a task with number \_number\_ as completed | | [ ] | `todo did {_number_}` | mark a task with number \_number\_ as completed |
| [ ] | `todo undid {_number_}` | mark a task with number \_number\_ as not completed | | [ ] | `todo undid {_number_}` | mark a task with number \_number\_ as not completed |
| [ ] | `todo update --category {new_category} {}` | updates the category of existing task | | [ ] | `todo update --category {new_category} {}` | updates the category of existing task |
| [ ] | `todo delete {_task_id_}` | deletes the task with id \_task\_id\_ |
__Example of todo lists__ <br> __Example of todo lists__ <br>
| __ID__ | __Name__ | __category__ | | __ID__ | __Name__ | __category__ |