1 implementation of PromptForStringAsync
aspire (1)
Interaction\InteractionService.cs (1)
36public async Task<string> PromptForStringAsync(string promptText, string? defaultValue = null, Func<string, ValidationResult>? validator = null, CancellationToken cancellationToken = default)
2 references to PromptForStringAsync
aspire (2)
Commands\NewCommand.cs (2)
117return await interactionService.PromptForStringAsync( 126return await interactionService.PromptForStringAsync(