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