mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
Everywhere: Remove uneeded short option argument where possible
This commit is contained in:
parent
88b343061e
commit
1ec6399c00
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/shannonbooth
Commit: 1ec6399c00
Pull-request: https://github.com/SerenityOS/serenity/pull/24047
21 changed files with 41 additions and 41 deletions
|
@ -209,7 +209,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
args_parser.add_option(runner_command, "Command to run", "runner-command", 'r', "command");
|
||||
args_parser.add_option(pass_through_parameters, "Parameters to pass through to the runner, will split on spaces", "pass-through", 'p', "parameters");
|
||||
args_parser.add_option(dont_print_progress, "Hide progress information", "quiet", 'q');
|
||||
args_parser.add_option(dont_disable_core_dump, "Enabled core dumps for runner (i.e. don't pass --disable-core-dump)", "enable-core-dumps", 0);
|
||||
args_parser.add_option(dont_disable_core_dump, "Enabled core dumps for runner (i.e. don't pass --disable-core-dump)", "enable-core-dumps");
|
||||
args_parser.parse(arguments);
|
||||
|
||||
// Normalize the path to ensure filenames are consistent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue