3 references to ParseCommand
Aspire.Hosting (2)
Exec\ExecResourceManager.cs (2)
239
return CommandLineArgsParser.
ParseCommand
(commandUnwrapped);
268
return CommandLineArgsParser.
ParseCommand
(commandUnwrapped);
Aspire.Hosting.Tests (1)
Utils\CommandLineArgsParserTests.cs (1)
42
var (actualExe, actualArgs) =
ParseCommand
(commandLine);