Merge pull request #124 from yuvipanda/no-echo-password
Don't echo password on commandline when reading
This commit is contained in:
commit
1273685273
|
@ -41,7 +41,8 @@ program
|
|||
return;
|
||||
}
|
||||
require("read")({
|
||||
prompt: "Password: "
|
||||
prompt: "Password: ",
|
||||
silent: true
|
||||
}, function(err, password) {
|
||||
console.log("");
|
||||
if (err) {
|
||||
|
|
Loading…
Reference in New Issue