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)
105
Options.Add(
_channelOption
);
205
DisplayDeprecatedOptionWarningIfProvided(parseResult.GetValue(
_channelOption
), "--channel");