1 write to _channelOption
aspire (1)
Commands\InitCommand.cs (1)
93_channelOption = new Option<string?>("--channel")
2 references to _channelOption
aspire (2)
Commands\InitCommand.cs (2)
110Options.Add(_channelOption); 219DisplayDeprecatedOptionWarningIfProvided(parseResult.GetValue(_channelOption), "--channel");