(string version)
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected