2 implementations of ITabularOutputArgs
Microsoft.TemplateEngine.Cli (2)
Commands\list\ListCommandArgs.cs (1)
9
internal sealed class ListCommandArgs : BaseFilterableArgs<NewListCommandDefinition>,
ITabularOutputArgs
Commands\search\SearchCommandArgs.cs (1)
9
internal sealed class SearchCommandArgs : BaseFilterableArgs<NewSearchCommandDefinition>,
ITabularOutputArgs
3 references to ITabularOutputArgs
Microsoft.TemplateEngine.Cli (3)
TabularOutput\CliTabularOutputSettings.cs (1)
34
internal TabularOutputSettings(IEnvironment environment,
ITabularOutputArgs
args)
TabularOutput\TemplateGroupDisplay.cs (2)
24
/// The columns can be configured via the command args, see <see cref="
ITabularOutputArgs
"/>/>.
51
/// The columns can be configured via the command args, see <see cref="
ITabularOutputArgs
"/>/>.