mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +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:
parent
a0d0348696
commit
a11233cd5c
@ -106,6 +106,10 @@ void CommandLineOptions::parseActions()
|
|||||||
parser.showHelp();
|
parser.showHelp();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (parser.isSet(QSL("help-all"))) {
|
||||||
|
parser.process({QSL("falkon"), QSL("--help-all")});
|
||||||
|
}
|
||||||
|
|
||||||
if (parser.isSet(versionOption)) {
|
if (parser.isSet(versionOption)) {
|
||||||
parser.showVersion();
|
parser.showVersion();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user