2 implementations of ITabularOutputArgs
Microsoft.TemplateEngine.Cli (2)
Commands\list\ListCommandArgs.cs (1)
8
internal class ListCommandArgs : BaseFilterableArgs,
ITabularOutputArgs
Commands\search\SearchCommandArgs.cs (1)
8
internal class SearchCommandArgs : BaseFilterableArgs,
ITabularOutputArgs
3 references to ITabularOutputArgs
Microsoft.TemplateEngine.Cli (3)
TabularOutput\CliTabularOutputSettings.cs (1)
34
internal 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
"/>/>.