Property CommandLine
CommandLine
Gets the Top level parser to parse a command line into a sequence of ICommandlineArgument
Declaration
public static Parser<IEnumerable<ICommandlineArgument>> CommandLine { get; }
Property Value
public static Parser<IEnumerable<ICommandlineArgument>> CommandLine { get; }
Sprache.Parser<System.Collections.Generic.IEnumerable<ICommandlineArgument>> |