1 write to _channelOption
aspire (1)
Commands\UpdateCommand.cs (1)
74_channelOption = new Option<string?>("--channel")
3 references to _channelOption
aspire (3)
Commands\UpdateCommand.cs (3)
80Options.Add(_channelOption); 154var channelName = parseResult.GetValue(_channelOption) ?? parseResult.GetValue(_qualityOption); 260var channel = selectedChannel ?? parseResult.GetValue(_channelOption) ?? parseResult.GetValue(_qualityOption);