Don't hide `--show-wizard` argument anymore; it is no longer experimental

This commit is contained in:
Martchus 2023-02-11 17:37:49 +01:00
parent 69cbcd5364
commit 243160d43a
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ int runApplication(int argc, const char *const *argv)
auto showWebUiArg = ConfigValueArgument("webui", '\0', "instantly shows the web UI - meant for creating shortcut to web UI");
auto triggerArg = ConfigValueArgument("trigger", '\0', "instantly shows the left-click tray menu - meant for creating a shortcut");
auto showWizardArg = ConfigValueArgument("show-wizard", '\0', "instantly shows the setup wizard");
showWizardArg.setFlags(Argument::Flags::Deprecated, true); // hide as it is WIP
auto assumeFirstLaunchArg = ConfigValueArgument("assume-first-launch", '\0', "assumes first launch");
assumeFirstLaunchArg.setFlags(Argument::Flags::Deprecated, true); // hide as it is debug-only
auto wipArg = ConfigValueArgument("wip", '\0', "enables WIP features");