From cb231dfc94f7e226f84c7b735df6725778459483 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sat, 9 Nov 2024 17:40:53 -0600 Subject: [PATCH] add todo --- todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.md b/todo.md index 23e6aef..4226cc0 100644 --- a/todo.md +++ b/todo.md @@ -18,6 +18,7 @@ - [ ] add support for types(metavars)/defaults/required in help output - [ ] add support for enum (parse string) +- [ ] add support for a count flag - [ ] abstract the `globalFlags` argument to a `flagGroups` section with a builtin `global` this would allow users to "inherit" flag groups in subcommands ```nim