Changeset View
Changeset View
Standalone View
Standalone View
src/init.cpp
| Show First 20 Lines • Show All 459 Lines • ▼ Show 20 Lines | std::vector<std::string> hidden_args = { | ||||
| "-lang=<lang>", | "-lang=<lang>", | ||||
| "-min", | "-min", | ||||
| "-resetguisettings", | "-resetguisettings", | ||||
| "-rootcertificates=<file>", | "-rootcertificates=<file>", | ||||
| "-splash", | "-splash", | ||||
| "-uiplatform", | "-uiplatform", | ||||
| // TODO remove after the Nov. 2024 upgrade | // TODO remove after the Nov. 2024 upgrade | ||||
| "-augustoactivationtime", | "-augustoactivationtime", | ||||
| "-enablertt", | |||||
| }; | }; | ||||
| // Set all of the args and their help | // Set all of the args and their help | ||||
| // When adding new options to the categories, please keep and ensure | // When adding new options to the categories, please keep and ensure | ||||
| // alphabetical ordering. Do not translate _(...) -help-debug options, Many | // alphabetical ordering. Do not translate _(...) -help-debug options, Many | ||||
| // technical terms, and only a very small audience, so is unnecessary stress | // technical terms, and only a very small audience, so is unnecessary stress | ||||
| // to translators. | // to translators. | ||||
| argsman.AddArg("-version", "Print version and exit", ArgsManager::ALLOW_ANY, | argsman.AddArg("-version", "Print version and exit", ArgsManager::ALLOW_ANY, | ||||
| ▲ Show 20 Lines • Show All 2,455 Lines • Show Last 20 Lines | |||||