4 references to CreateAddSourceOption
Microsoft.DotNet.Cli.Definitions (4)
Commands\New\LegacyOptions.cs (1)
53
=> SharedOptionsFactory.
CreateAddSourceOption
().AsHidden().DisableAllowMultipleArgumentsPerToken();
Commands\New\NewDetailsCommandDefinition.cs (1)
26
public readonly Option<string[]> AddSourceOption = SharedOptionsFactory.
CreateAddSourceOption
();
Commands\New\NewInstallCommandDefinition.cs (1)
34
AddSourceOption = SharedOptionsFactory.
CreateAddSourceOption
();
Commands\New\NewUpdateCommandDefinition.cs (1)
26
AddSourceOption = SharedOptionsFactory.
CreateAddSourceOption
();