2 references to SupportedFilters
Microsoft.TemplateEngine.Cli (2)
Commands\search\BaseSearchCommand.cs (1)
30
Filters = SetupFilterOptions(
SupportedFilters
);
TemplateSearch\CliTemplateSearchCoordinator.cs (1)
256
Reporter.Error.WriteLine(LocalizableStrings.CliTemplateSearchCoordinator_Info_SearchHelp, string.Join(", ", BaseSearchCommand.
SupportedFilters
.Select(f => $"'{f.OptionFactory().Name}'")));