From 5534919123723a47c77220226fbf4c6613eb7753 Mon Sep 17 00:00:00 2001 From: Timon van Spronsen Date: Thu, 4 Jan 2018 12:00:19 +0100 Subject: [PATCH] Don't require password to be set --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e0f9090..3b12093 100644 --- a/src/index.ts +++ b/src/index.ts @@ -29,7 +29,7 @@ var argv = Yargs .option('x', { alias: 'pass', describe: 'Password for database server.', - demand: true + default: '' }) .option('p', { alias: 'port',