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