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