MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / PrintHelpAndExitWithError

Method PrintHelpAndExitWithError

src/NodeRTCmd/Program.cs:266–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 }
265
266 static void PrintHelpAndExitWithError()
267 {
268 Console.WriteLine("Bad Usage, please see the command line options below:");
269 PrintHelp();
270 Environment.Exit(1);
271 }
272
273 static Dictionary<String, String> ParseCommandLineArgs(string[] args)
274 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected