1 write to _channelOption
aspire (1)
Commands\NewCommand.cs (1)
97_channelOption = new Option<string?>("--channel")
3 references to _channelOption
aspire (3)
Commands\NewCommand.cs (3)
104Options.Add(_channelOption); 196var configuredChannelName = parseResult.GetValue(_channelOption); 271Channel = parseResult.GetValue(_channelOption) ?? resolvedChannelName,