Parse the command line options. There are two (2) general sweeps at parsing the command line. The first sweep looks for command line help switches, denoted by -- parameters.
A command object from the library which will be used to access the repsository.
Exception Type | Condition |
---|---|
CommandLineParseException | If there is a problem parsing the command line arguments (i.e. if invalid arguments are entered. |
CommandLineParser Class | ICSharpCode.SharpCvsLib.Console.Parser Namespace