You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no way to customize parent types of default options like --help. When the formatting/style of user parent types does not align with defaults, default options require manual implementation to match the rest (thread ref). It would be great to be able to override specific default option settings without full reimplementation.
The text was updated successfully, but these errors were encountered:
…zation. (BREAKING)
- Added the `help_config` field, a UsageHelpConfig, to the InitConfig. This is a simple, but breaking change.
- Implemented `*_val_name` and `*_desc_fmt` fields in UsageHelpConfig to give library users more control of the generated Usage/Help messages.
- Closes#60.
Currently, there is no way to customize parent types of default options like
--help
. When the formatting/style of user parent types does not align with defaults, default options require manual implementation to match the rest (thread ref). It would be great to be able to override specific default option settings without full reimplementation.The text was updated successfully, but these errors were encountered: