4 references to CommandLineParser
System.CommandLine (4)
Command.cs (2)
252
=>
CommandLineParser
.Parse(this, args, configuration);
262
=>
CommandLineParser
.Parse(this, commandLine, configuration);
ParserConfiguration.cs (1)
9
/// Represents the configuration used by the <see cref="
CommandLineParser
"/>.
Parsing\StringExtensions.cs (1)
373
foreach (var word in
CommandLineParser
.SplitCommandLine(arg))