Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.6, 6.2.0
Description
It seems that there ain't no way to disable just the
--help-all built-in option when using QCommandLineParser::addHelpOption().
So instead of using addHelpOption() the help option would need to
be implemented manually if "--help-all" does not want to be used.
It would be ideal if "--help-all" option would be optional.
Attachments
Issue Links
- relates to
-
QTBUG-82887 QCommandLineParser --help-all argument doesn't work with parse(), only with process()
- Reported