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