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