2 overrides of AddSourceOption
Microsoft.TemplateEngine.Cli (2)
Commands\update\LegacyUpdateApplyCommand.cs (1)
23internal override Option<string[]> AddSourceOption => ParentCommand.AddSourceOption;
Commands\update\LegacyUpdateCheckCommand.cs (1)
23internal override Option<string[]> AddSourceOption => ParentCommand.AddSourceOption;
2 references to AddSourceOption
Microsoft.TemplateEngine.Cli (2)
Commands\update\BaseUpdateCommand.cs (1)
21Options.Add(AddSourceOption);
Commands\update\UpdateCommandArgs.cs (1)
30AdditionalSources = parseResult.GetValue(command.AddSourceOption);