This commit is contained in:
Daylin Morgan 2025-01-27 14:13:39 -06:00
parent bff6bc7c7c
commit d5b0c1278c
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -14,6 +14,8 @@
### cli generator ### cli generator
- [ ] ShowHelp setting should occur after "a hwylCliError"
could be by default (see `program --help` for more info.)
- [ ] 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