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
Is there any easy way to hide a whole Option_group and its contained options from the help message?
I know opt->group(""); makes the option disappear from help,
but e.g. auto group = app.add_option_group(""); still shows the contained options within an unnamed group.
The text was updated successfully, but these errors were encountered:
Is there any easy way to hide a whole Option_group and its contained options from the help message?
I know
opt->group("");
makes the option disappear from help,but e.g.
auto group = app.add_option_group("");
still shows the contained options within an unnamed group.The text was updated successfully, but these errors were encountered: