2 overrides of AddSourceOption
Microsoft.TemplateEngine.Cli (2)
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;
2 references to AddSourceOption
Microsoft.TemplateEngine.Cli (2)
Commands\update\BaseUpdateCommand.cs (1)
21
Options.Add(
AddSourceOption
);
Commands\update\UpdateCommandArgs.cs (1)
30
AdditionalSources = parseResult.GetValue(command.
AddSourceOption
);