2 references to SourcesCommandSourceDescription
NuGet.CommandLine.XPlat (2)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
27var sourceArg = new Argument<string>("PackageSourcePath") { Description = Strings.SourcesCommandSourceDescription };
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (1)
28var source = new Option<string>("--source", "-s") { Description = Strings.SourcesCommandSourceDescription };