2 implementations of ITabularOutputCommand
Microsoft.TemplateEngine.Cli (2)
Commands\list\BaseListCommand.cs (1)
11internal abstract class BaseListCommand : BaseCommand<ListCommandArgs, NewListCommandDefinition>, IFilterableCommand, ITabularOutputCommand
Commands\search\BaseSearchCommand.cs (1)
15ITabularOutputCommand
1 reference to ITabularOutputCommand
Microsoft.TemplateEngine.Cli (1)
Commands\GlobalArgs.cs (1)
46protected static (bool, IReadOnlyList<string>?) ParseTabularOutputSettings(ITabularOutputCommand command, ParseResult parseResult)