1 write to _channelOption
aspire (1)
Commands\NewCommand.cs (1)
95
_channelOption
= new Option<string?>("--channel")
3 references to _channelOption
aspire (3)
Commands\NewCommand.cs (3)
102
Options.Add(
_channelOption
);
194
var configuredChannelName = parseResult.GetValue(
_channelOption
);
269
Channel = parseResult.GetValue(
_channelOption
) ?? resolvedChannelName,