ICSharpCode.SharpCvsLib.Client TODO: Enter a namespace description.
Class | Description |
---|---|
Command | Encapsulates the properties for a command. |
CommandLineParseException | The command line parse exception is thrown when invalid parameters are passed into the parsing routine. The exception can then be caught in the main execution stream and allow the program to exit gracefully. |
CommandLineParser | Parse the command line parameters and create a new Console command object for the current parameters passed in. |
CommandNames | Holds a list of the available command line common names and synonyms. Also provides a container for the command line variables that are needed for the library. |
Usage | Contains the usage message for the command line interface. |