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