1 write to _channelOption
aspire (1)
Commands\InitCommand.cs (1)
109
_channelOption
= new Option<string?>("--channel")
3 references to _channelOption
aspire (3)
Commands\InitCommand.cs (3)
116
Options.Add(
_channelOption
);
591
Channel = parseResult.GetValue(
_channelOption
),
696
var channelName = parseResult.GetValue(
_channelOption
);