Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
5.3.2
-
None
-
341c8b9cd08c1cd863cf8581a825561a2862fce2 (qt/qtbase/dev)
Description
KDE4's KCmdLineParser had --help-all and --help-qt options, with the need to hardcode all Qt options inside its code. With porting to QCommandLineParser, this documentation is lost.
It would be nice if the supported options would not only be documented in the qdoc or QGuiApplication, but also using the --help from QCommandLineParser. To reduce clutter, these common options could only be shown or --help-all.
Attachments
Issue Links
- resulted in
-
QTBUG-82887 QCommandLineParser --help-all argument doesn't work with parse(), only with process()
- Reported