1 instantiation of AgentInitCommand
aspire (1)
Commands\McpInitCommand.cs (1)
45
_agentInitCommand = new
AgentInitCommand
(
8 references to AgentInitCommand
aspire (7)
Commands\AgentCommand.cs (1)
23
AgentInitCommand
initCommand,
Commands\InitCommand.cs (2)
43
private readonly
AgentInitCommand
_agentInitCommand;
87
AgentInitCommand
agentInitCommand,
Commands\McpInitCommand.cs (1)
22
private readonly
AgentInitCommand
_agentInitCommand;
Commands\NewCommand.cs (2)
31
private readonly
AgentInitCommand
_agentInitCommand;
77
AgentInitCommand
agentInitCommand,
Program.cs (1)
468
builder.Services.AddTransient<
AgentInitCommand
>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
196
services.AddTransient<
AgentInitCommand
>();