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