Merge pull request #124 from yuvipanda/no-echo-password

Don't echo password on commandline when reading
This commit is contained in:
Mattias Erming 2014-09-13 18:06:46 +02:00
commit 1273685273
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ program
return;
}
require("read")({
prompt: "Password: "
prompt: "Password: ",
silent: true
}, function(err, password) {
console.log("");
if (err) {