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

Add methods Help::optionListExcludingGroups to show only the specified options, including hidden ones #1090

Closed
remkop opened this issue May 31, 2020 · 0 comments
Labels
theme: usagehelp An issue or change related to the usage help message type: API 🔌
Milestone

Comments

@remkop
Copy link
Owner

remkop commented May 31, 2020

Currently, the Help::optionList methods are coarse-grained:

  • they automatically filter the hidden options, with no easy way to customize this
  • they show the options and any option groups

This makes it difficult to customize the options list.

This ticket proposes to add methods Help::optionListExcludingGroups that accept a list of options, and to show only the specified options, including hidden ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: usagehelp An issue or change related to the usage help message type: API 🔌
Projects
None yet
Development

No branches or pull requests

1 participant