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