2 references to SplitCommandLine
System.CommandLine (2)
Parsing\CommandLineParser.cs (1)
33
=> Parse(command,
SplitCommandLine
(commandLine).ToArray(), commandLine, configuration);
Parsing\StringExtensions.cs (1)
373
foreach (var word in CommandLineParser.
SplitCommandLine
(arg))