5 references to LogsCommand
aspire (4)
Commands\LogsCommand.cs (2)
81private readonly ILogger<LogsCommand> _logger; 121ILogger<LogsCommand> logger,
Commands\RootCommand.cs (1)
150LogsCommand logsCommand,
Program.cs (1)
620builder.Services.AddTransient<LogsCommand>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
277services.AddTransient<LogsCommand>();