From 49162a080a2e1e8aaf2f41ce222d2985e7d9299a Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:39:34 +0100 Subject: [PATCH] docs(go): update roadmap --- todo-go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo-go/README.md b/todo-go/README.md index feadce7..d95154d 100644 --- a/todo-go/README.md +++ b/todo-go/README.md @@ -10,7 +10,7 @@ A Todo list manager written in Go. - [x] Add basic CLI commands to initialise and add todos - [x] Add `list` command to print current todos - [x] Add `done` command to mark todos as done -- [ ] Add flag to `list` to filter on "done/not-done" todos +- [x] Add flag to `list` to filter on "done/not-done" todos - [x] Add optional flag to `add` to set priority of new todo - [x] Add `remove` command to remove a todo - [ ] Use an `enum` for priorities with labels `"low", "medium", "high"` and use these in printing