This commit is contained in:
Daylin Morgan 2025-01-28 14:11:48 -06:00
parent d5b0c1278c
commit 02aefc5d18
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -16,6 +16,8 @@
- [ ] 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
- [ ] 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