You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI::App app{AURA_APP_NAME};
argv = app.ensure_utf8(argv);
app.option_defaults()->ignore_case();
app.add_option("--playing-timeout-warning-short-interval", m_GamePlayingTimeoutWarningShortInterval, "Sets the interval for the latest and most often game timeout warnings to be displayed.");
app.add_option("--playing-timeout-warning-short-interval", m_GamePlayingTimeoutWarningLargeInterval, "Sets the interval for the earliest and rarest game timeout warnings to be displayed.");
...
Fields are std::optional<uint32_t>
The text was updated successfully, but these errors were encountered:
Fields are
std::optional<uint32_t>
The text was updated successfully, but these errors were encountered: