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