1 implementation of Description
aspire (1)
Templating\CallbackTemplate.cs (1)
13
public string
Description
=> description;
2 references to Description
aspire (2)
Commands\NewCommand.cs (1)
142
t => $"{t.Name} ({t.
Description
})",
Commands\TemplateCommand.cs (1)
13
public TemplateCommand(ITemplate template, Func<ParseResult, CancellationToken, Task<int>> executeCallback) : base(template.Name, template.
Description
)