Implemented interface member:
method
ConfirmAsync
Aspire.Cli.Interaction.IInteractionService.ConfirmAsync(System.String, System.Boolean, System.Threading.CancellationToken)
1 reference to ConfirmAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
115return await _consoleInteractionService.ConfirmAsync(promptText, defaultValue, cancellationToken);