6 references to AddSourceOption
Microsoft.TemplateEngine.Cli (6)
Commands\install\LegacyInstallCommand.cs (1)
23internal override Option<string[]> AddSourceOption => ParentCommand.AddSourceOption;
Commands\NewCommand.Legacy.cs (3)
27yield return AddSourceOption; 49IEnumerable<Option> optionsToVerify = LegacyFilters.Values.Concat(new Option[] { ColumnsAllOption, ColumnsOption, InteractiveOption, AddSourceOption }); 151Options.Add(AddSourceOption);
Commands\update\LegacyUpdateApplyCommand.cs (1)
23internal override Option<string[]> AddSourceOption => ParentCommand.AddSourceOption;
Commands\update\LegacyUpdateCheckCommand.cs (1)
23internal override Option<string[]> AddSourceOption => ParentCommand.AddSourceOption;