MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / PrintHelp

Method PrintHelp

cli-dotnet/Program.cs:32–41  ·  view source on GitHub ↗
(string version)

Source from the content-addressed store, hash-verified

30 }
31
32 static void PrintHelp(string version)
33 {
34 Console.WriteLine($"CloudRedirect v{version}");
35 Console.WriteLine();
36 Console.WriteLine("Usage: CloudRedirect.exe <command>");
37 Console.WriteLine();
38 Console.WriteLine("Commands:");
39 Console.WriteLine(" /stfixer Apply STFixer patches (fixes Capcom saves, manifest downloads)");
40 Console.WriteLine(" /help Show this help message");
41 }
42
43 static int PrintHelpAndReturn(string version)
44 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected