2 references to SourcesCommandStorePasswordInClearTextDescription
NuGet.CommandLine.XPlat (2)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
31
var storePasswordInClearText = new Option<bool>("--store-password-in-clear-text") { Description = Strings.
SourcesCommandStorePasswordInClearTextDescription
};
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (1)
31
var storePasswordInClearText = new Option<bool>("--store-password-in-clear-text") { Description = Strings.
SourcesCommandStorePasswordInClearTextDescription
};