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.Cli.Tests (1)
TestServices\TestInteractionService.cs (1)
82return PromptForStringAsync(promptText, defaultValue, validator, isSecret: false, required, cancellationToken);