1 implementation of PromptForSelectionAsync
aspire (1)
Interaction\InteractionService.cs (1)
55public async Task<T> PromptForSelectionAsync<T>(string promptText, IEnumerable<T> choices, Func<T, string> choiceFormatter, CancellationToken cancellationToken = default) where T : notnull