From 5e5931616b520c2ea98cc3d1934840af12e62ae8 Mon Sep 17 00:00:00 2001 From: The Chef Date: Mon, 7 Apr 2025 01:10:46 +0000 Subject: [PATCH] Updated README to add expected commands to implement --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcde460..1e07b03 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ -# todo-local +# Todo CLI app -A CLI to-do app written in Rust. \ No newline at end of file +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 \ No newline at end of file