This commit is contained in:
Daylin Morgan 2024-11-09 17:40:53 -06:00
parent 7cf4c2f537
commit cb231dfc94
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -18,6 +18,7 @@
- [ ] add support for types(metavars)/defaults/required in help output - [ ] add support for types(metavars)/defaults/required in help output
- [ ] add support for enum (parse string) - [ ] add support for enum (parse string)
- [ ] add support for a count flag
- [ ] abstract the `globalFlags` argument to a `flagGroups` section with a builtin `global` - [ ] abstract the `globalFlags` argument to a `flagGroups` section with a builtin `global`
this would allow users to "inherit" flag groups in subcommands this would allow users to "inherit" flag groups in subcommands
```nim ```nim