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