Implemented interface member:
method
PromptForStringAsync
Aspire.Cli.Interaction.IInteractionService.PromptForStringAsync(System.String, System.String, System.Func<System.String, Spectre.Console.ValidationResult>, System.Boolean, System.Boolean, System.Threading.CancellationToken)
1 reference to PromptForStringAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
87return await _consoleInteractionService.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false);