5 references to LogsCommand
aspire (4)
Commands\LogsCommand.cs (2)
75private readonly ILogger<LogsCommand> _logger; 103ILogger<LogsCommand> logger)
Commands\RootCommand.cs (1)
61LogsCommand logsCommand,
Program.cs (1)
232builder.Services.AddTransient<LogsCommand>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
136services.AddTransient<LogsCommand>();