update todos

This commit is contained in:
Daylin Morgan 2025-01-28 15:41:14 -06:00
parent 17a44c17f7
commit f68b25809c
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -14,10 +14,10 @@
### cli generator ### cli generator
- [x] add InferShortFlags setting
- [ ] ShowHelp setting should occur after "a hwylCliError" - [ ] ShowHelp setting should occur after "a hwylCliError"
could be by default (see `program --help` for more info.) could be by default (see `program --help` for more info.)
- [ ] add InferShortFlags setting - [ ] consider support "more verbose" help i.e. -h vs --help giving different results
- [ ] consier support "more verbose" help i.e. -h vs --help giving different results
- [ ] add support for types(metavars)/defaults/required in help output - [ ] add support for types(metavars)/defaults/required in help output
- [ ] add support for E/env param for flags to add custom env_var (in help (env: OPTIONAL_ENV_VAR)) - [ ] add support for E/env param for flags to add custom env_var (in help (env: OPTIONAL_ENV_VAR))
inject this code in the same place as the "default" setting inject this code in the same place as the "default" setting