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