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