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