Don't require password to be set
This commit is contained in:
parent
5d759d5ac7
commit
5534919123
@ -29,7 +29,7 @@ var argv = Yargs
|
||||
.option('x', {
|
||||
alias: 'pass',
|
||||
describe: 'Password for database server.',
|
||||
demand: true
|
||||
default: ''
|
||||
})
|
||||
.option('p', {
|
||||
alias: 'port',
|
||||
|
Loading…
Reference in New Issue
Block a user