SharpCvsLib

CommandLineParser.Execute Method 

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.

[Visual Basic]
Public Function Execute() As ICommand
[C#]
public ICommand Execute();

Return Value

A command object from the library which will be used to access the repsository.

Exceptions

Exception TypeCondition
CommandLineParseExceptionIf there is a problem parsing the command line arguments (i.e. if invalid arguments are entered.

See Also

CommandLineParser Class | ICSharpCode.SharpCvsLib.Console.Parser Namespace