1 instantiation of TemplateCommand
aspire (1)
Commands\NewCommand.cs (1)
64
var templateCommand = new
TemplateCommand
(template, ExecuteAsync);
4 references to TemplateCommand
aspire (4)
Commands\NewCommand.cs (1)
64
var
templateCommand = new TemplateCommand(template, ExecuteAsync);
Templating\CallbackTemplate.cs (2)
9
internal class CallbackTemplate(string name, string description, Func<string, string> pathDeriverCallback, Action<
TemplateCommand
> applyOptionsCallback, Func<CallbackTemplate, ParseResult, CancellationToken, Task<int>> applyTemplateCallback) : ITemplate
17
public void ApplyOptions(
TemplateCommand
command)
Templating\ITemplate.cs (1)
14
void ApplyOptions(
TemplateCommand
command);