Skip to content

Commit e9036d2

Browse files
committed
support for password in cli arg parsing
1 parent c3f69a8 commit e9036d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cli.js

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ for(var i = 0; i < args.length; i++) {
1616
break;
1717
case '--password':
1818
config.password = args[++i];
19-
throw new Error("Passwords not supported yet");
2019
break;
2120
case '-d':
2221
case '--database':

0 commit comments

Comments
 (0)