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