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