4 references to CreateAddSourceOption
Microsoft.TemplateEngine.Cli (4)
Commands\details\DetailsCommand.cs (1)
37internal virtual Option<string[]> AddSourceOption { get; } = SharedOptionsFactory.CreateAddSourceOption();
Commands\install\BaseInstallCommand.cs (1)
35internal virtual Option<string[]> AddSourceOption { get; } = SharedOptionsFactory.CreateAddSourceOption();
Commands\NewCommand.Legacy.cs (1)
39internal Option<string[]> AddSourceOption { get; } = SharedOptionsFactory.CreateAddSourceOption().AsHidden().DisableAllowMultipleArgumentsPerToken();
Commands\update\BaseUpdateCommand.cs (1)
26internal virtual Option<string[]> AddSourceOption { get; } = SharedOptionsFactory.CreateAddSourceOption();