1 reference to SelectChannelPrompt
aspire (1)
Commands\UpdateCommand.cs (1)
39
var channel = await InteractionService.PromptForSelectionAsync(UpdateCommandStrings.
SelectChannelPrompt
, channels, (c) => c.Name, cancellationToken);