1 override of AddSourceOption
Microsoft.TemplateEngine.Cli (1)
Commands\install\LegacyInstallCommand.cs (1)
23internal override Option<string[]> AddSourceOption => ParentCommand.AddSourceOption;
2 references to AddSourceOption
Microsoft.TemplateEngine.Cli (2)
Commands\install\BaseInstallCommand.cs (1)
21Options.Add(AddSourceOption);
Commands\install\InstallCommandArgs.cs (1)
32AdditionalSources = parseResult.GetValue(installCommand.AddSourceOption);