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