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