mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
support for password in cli arg parsing
This commit is contained in:
parent
c3f69a8be7
commit
e9036d22aa
@ -16,7 +16,6 @@ for(var i = 0; i < args.length; i++) {
|
||||
break;
|
||||
case '--password':
|
||||
config.password = args[++i];
|
||||
throw new Error("Passwords not supported yet");
|
||||
break;
|
||||
case '-d':
|
||||
case '--database':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user