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