We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5864dec commit 8fc6651Copy full SHA for 8fc6651
src/XIVLauncher/App.xaml.cs
@@ -58,6 +58,10 @@ public class CmdLineOptions
58
59
[CommandLine.Option("clientlang", Required = false, HelpText = "Client language to use.")]
60
public ClientLanguage? ClientLanguage { get; set; }
61
+
62
+ // We don't care about this, just need it so that the parser doesn't error
63
+ [CommandLine.Option("squirrel-updated", Hidden = true)]
64
+ public bool SquirrelUpdated { get; set; }
65
}
66
67
public const string REPO_URL = "https://github.com/goatcorp/FFXIVQuickLauncher";
0 commit comments