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