2 implementations of ITabularOutputCommand
Microsoft.TemplateEngine.Cli (2)
Commands\list\BaseListCommand.cs (1)
10internal class BaseListCommand : BaseCommand<ListCommandArgs>, IFilterableCommand, ITabularOutputCommand
Commands\search\BaseSearchCommand.cs (1)
11internal class BaseSearchCommand : BaseCommand<SearchCommandArgs>, IFilterableCommand, ITabularOutputCommand
2 references to ITabularOutputCommand
Microsoft.TemplateEngine.Cli (2)
Commands\BaseCommand.cs (1)
145protected void SetupTabularOutputOptions(ITabularOutputCommand command)
Commands\GlobalArgs.cs (1)
50protected static (bool, IReadOnlyList<string>?) ParseTabularOutputSettings(ITabularOutputCommand command, ParseResult parseResult)