4 references to SelectForExecution
aspire (1)
Commands\BaseCommand.cs (1)
77
SelectForExecution
(parseResult);
Aspire.Cli.Tests (3)
NuGet\NuGetPackagePrefetcherTests.cs (3)
57
command.
SelectForExecution
(command.Parse("ls"));
77
command.
SelectForExecution
(command.Parse("ls"));
514
command.
SelectForExecution
(parseResult ?? command.Parse(commandLine));