1 write to ParentCommand
Microsoft.TemplateEngine.Cli (1)
Commands\search\BaseSearchCommand.cs (1)
29
ParentCommand
= parentCommand;
4 references to ParentCommand
Microsoft.TemplateEngine.Cli (4)
Commands\search\LegacySearchCommand.cs (4)
22
public override Option<bool> ColumnsAllOption =>
ParentCommand
.ColumnsAllOption;
24
public override Option<string[]> ColumnsOption =>
ParentCommand
.ColumnsOption;
28
return
ParentCommand
.LegacyFilters[def];
45
ParentCommand
.ValidateShortNameArgumentIsNotUsed(commandResult);