1 write to _channelOption
aspire (1)
Commands\NewCommand.cs (1)
109_channelOption = new Option<string?>("--channel")
2 references to _channelOption
aspire (2)
Commands\NewCommand.cs (2)
116Options.Add(_channelOption); 192Channel = parseResult.GetValue(_channelOption)