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