1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Process the "--help-all" CLI argument

BUG: 477492
FIXED-IN: 23.08.4

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2023-11-27 07:43:47 +01:00
parent a0d0348696
commit a11233cd5c
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -106,6 +106,10 @@ void CommandLineOptions::parseActions()
parser.showHelp();
}
if (parser.isSet(QSL("help-all"))) {
parser.process({QSL("falkon"), QSL("--help-all")});
}
if (parser.isSet(versionOption)) {
parser.showVersion();
}