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