4 references to RootCommand
aspire (4)
Program.cs (4)
23using RootCommand = Aspire.Cli.Commands.RootCommand; 96builder.Services.AddTransient<RootCommand>(); 128var rootCommand = app.Services.GetRequiredService<RootCommand>();