1 implementation of PromptForOutputPath
aspire (1)
Commands\NewCommand.cs (1)
134public virtual async Task<string> PromptForOutputPath(string path, CancellationToken cancellationToken)
1 reference to PromptForOutputPath
aspire (1)
Templating\DotNetTemplateFactory.cs (1)
299outputPath = await prompter.PromptForOutputPath(pathDeriver(projectName), cancellationToken);