The properties of the CommandLineParser class are listed below. For a complete list of CommandLineParser class members, see the CommandLineParser Members topic.
![]() | The text value of the command that will be executed. This should be translated into one of the public API command objects. |
![]() | Get the current working directory, parsed from the command line. |
![]() | Value of the cvsroot to use as a string. This will be passed into the CvsRoot object which will know how to parse it. |
![]() | Value of the repository to use as a string. This will be passed into the RemoveCommand object which will know which files to get. |
![]() | Option to pass into the command. TODO: There may need to be an options collection to handle options, either that or handle them as an attribute of the individual commands... |
![]() | Value of the repository to use as a string. This will be passed into the CheckoutCommand object which will know which files to get. |
CommandLineParser Class | ICSharpCode.SharpCvsLib.Console.Parser Namespace