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