Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial override of default options #60

Closed
charlesrocket opened this issue Aug 24, 2024 · 1 comment
Closed

Partial override of default options #60

charlesrocket opened this issue Aug 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@charlesrocket
Copy link

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.

@00JCIV00 00JCIV00 added the enhancement New feature or request label Aug 24, 2024
00JCIV00 added a commit that referenced this issue Aug 25, 2024
…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.
@00JCIV00
Copy link
Owner

Closed w/ 70dcc77.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants