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:
parent
a0d0348696
commit
a11233cd5c
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user