1 instantiation of AgentInitCommand
aspire (1)
Commands\McpInitCommand.cs (1)
33
_agentInitCommand = new
AgentInitCommand
(
21 references to AgentInitCommand
aspire (15)
Commands\AgentCommand.cs (1)
17
AgentInitCommand
initCommand,
Commands\InitCommand.cs (6)
43
private readonly
AgentInitCommand
_agentInitCommand;
72
AgentInitCommand
agentInitCommand,
114
Options.Add(
AgentInitCommand
.s_skillLocationsOption);
115
Options.Add(
AgentInitCommand
.s_skillsOption);
175
var skillLocationsBinding = PromptBinding.Create(parseResult,
AgentInitCommand
.s_skillLocationsOption);
176
var skillsBinding = PromptBinding.Create(parseResult,
AgentInitCommand
.s_skillsOption);
Commands\McpInitCommand.cs (1)
20
private readonly
AgentInitCommand
_agentInitCommand;
Commands\NewCommand.cs (6)
35
private readonly
AgentInitCommand
_agentInitCommand;
73
AgentInitCommand
agentInitCommand,
91
Options.Add(
AgentInitCommand
.s_skillLocationsOption);
92
Options.Add(
AgentInitCommand
.s_skillsOption);
599
var skillLocationsBinding = PromptBinding.Create(parseResult,
AgentInitCommand
.s_skillLocationsOption);
600
var skillsBinding = PromptBinding.Create(parseResult,
AgentInitCommand
.s_skillsOption);
Program.cs (1)
649
builder.Services.AddTransient<
AgentInitCommand
>();
Aspire.Cli.Tests (6)
Commands\AgentInitCommandTests.cs (5)
276
Assert.Equal(expected,
AgentInitCommand
.SimplifyDescription(input));
667
var
command = provider.GetRequiredService<
AgentInitCommand
>();
698
var
command = provider.GetRequiredService<
AgentInitCommand
>();
Utils\CliTestHelper.cs (1)
307
services.AddTransient<
AgentInitCommand
>();