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); 359var configuredChannelName = parseResult.GetValue(_channelOption); 535var requestedChannelName = parseResult.GetValue(_channelOption);