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