-
Notifications
You must be signed in to change notification settings - Fork 92
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
getter for registeredParams_? #42
Comments
IMO |
@paleozogt: I somehow missed this issue when you posted. A future C++20 version will support automatic usage info, but that’s still a while away. |
|
After calling
add_param(s)
I'd like to be able to read them back out. Can we add a registered params getter? For example:This would allow us to write our own "--help" flag handling:
The text was updated successfully, but these errors were encountered: