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