12 references to AddNoLegacyUsageValidators
Microsoft.TemplateEngine.Cli (12)
Commands\create\InstantiateCommand.cs (1)
33
parentCommand.
AddNoLegacyUsageValidators
(this);
Commands\install\InstallCommand.cs (1)
17
parentCommand.
AddNoLegacyUsageValidators
(this);
Commands\install\LegacyInstallCommand.cs (1)
18
parentCommand.
AddNoLegacyUsageValidators
(this, except: new Option[] { InteractiveOption, AddSourceOption });
Commands\list\LegacyListCommand.cs (1)
22
parentCommand.
AddNoLegacyUsageValidators
(this, except: Filters.Values.Concat(new Symbol[] { ColumnsAllOption, ColumnsOption, NewCommand.ShortNameArgument }).ToArray());
Commands\list\ListCommand.cs (1)
17
parentCommand.
AddNoLegacyUsageValidators
(this);
Commands\search\LegacySearchCommand.cs (1)
19
parentCommand.
AddNoLegacyUsageValidators
(this, except: Filters.Values.Concat(new Symbol[] { ColumnsAllOption, ColumnsOption, NewCommand.ShortNameArgument }).ToArray());
Commands\search\SearchCommand.cs (1)
17
parentCommand.
AddNoLegacyUsageValidators
(this);
Commands\uninstall\LegacyUninstallCommand.cs (1)
20
parentCommand.
AddNoLegacyUsageValidators
(this);
Commands\uninstall\UninstallCommand.cs (1)
17
parentCommand.
AddNoLegacyUsageValidators
(this);
Commands\update\LegacyUpdateApplyCommand.cs (1)
18
parentCommand.
AddNoLegacyUsageValidators
(this, except: new Option[] { InteractiveOption, AddSourceOption });
Commands\update\LegacyUpdateCheckCommand.cs (1)
18
parentCommand.
AddNoLegacyUsageValidators
(this, except: new Option[] { InteractiveOption, AddSourceOption });
Commands\update\UpdateCommand.cs (1)
17
parentCommand.
AddNoLegacyUsageValidators
(this);