From 673f00fe14211cb90bf5637a5e5b1515a43a38bb Mon Sep 17 00:00:00 2001 From: The Chef Date: Wed, 16 Apr 2025 13:44:26 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15db572..636e86c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A CLI to-do app written in Rust. | [ ] | `todo did {_number_}` | mark a task with number \_number\_ as 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 delete {_task_id_}` | deletes the task with id \_task\_id\_ | __Example of todo lists__
| __ID__ | __Name__ | __category__ |