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