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