1 implementation of PromptForTemplateAsync
aspire (1)
Commands\NewCommand.cs (1)
154public virtual async Task<ITemplate> PromptForTemplateAsync(ITemplate[] validTemplates, CancellationToken cancellationToken)
1 reference to PromptForTemplateAsync
aspire (1)
Commands\NewCommand.cs (1)
96return await _prompter.PromptForTemplateAsync(_templates.ToArray(), cancellationToken);