1 write to _channelOption
aspire (1)
Commands\InitCommand.cs (1)
109_channelOption = new Option<string?>("--channel")
3 references to _channelOption
aspire (3)
Commands\InitCommand.cs (3)
116Options.Add(_channelOption); 591Channel = parseResult.GetValue(_channelOption), 696var channelName = parseResult.GetValue(_channelOption);