SharpCvsLib

CommandLineParser.Options Property

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...

[Visual Basic]
Public ReadOnly Property Options As String
[C#]
public string Options {get;}

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Console.Parser.CommandLineParser.Options

See Also

CommandLineParser Class | ICSharpCode.SharpCvsLib.Console.Parser Namespace