4 references to StartCommand
aspire (2)
Commands\RootCommand.cs (1)
144
StartCommand
startCommand,
Program.cs (1)
613
builder.Services.AddTransient<
StartCommand
>();
Aspire.Cli.Tests (2)
NuGet\NuGetPackagePrefetcherTests.cs (1)
317
[InlineData(typeof(
StartCommand
), "start --format json")]
Utils\CliTestHelper.cs (1)
272
services.AddTransient<
StartCommand
>();