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