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

Method UnknownCommand

cli-dotnet/Program.cs:49–55  ·  view source on GitHub ↗
(string cmd, string version)

Source from the content-addressed store, hash-verified

47 }
48
49 static int UnknownCommand(string cmd, string version)
50 {
51 Console.Error.WriteLine($"Unknown command: {cmd}");
52 Console.Error.WriteLine();
53 PrintHelp(version);
54 return 1;
55 }
56
57 static int RunStFixer()
58 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected