2 references to SourcesCommandPasswordDescription
NuGet.CommandLine.XPlat (2)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
30var password = new Option<string>("--password", "-p") { Description = Strings.SourcesCommandPasswordDescription };
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (1)
30var password = new Option<string>("--password", "-p") { Description = Strings.SourcesCommandPasswordDescription };