From 3a9886c386663ffd8496646502b54f56ff39f7bd Mon Sep 17 00:00:00 2001 From: Typicode Date: Sat, 20 Jun 2015 05:19:52 +0200 Subject: [PATCH] Fix #129 --- bin/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/index.js b/bin/index.js index 2f122b3..63eed2a 100755 --- a/bin/index.js +++ b/bin/index.js @@ -38,6 +38,7 @@ var argv = yargs default: 'id' } }) + .boolean('watch') .help('help').alias('help', 'h') .version(pkg.version).alias('version', 'v') .example('$0 db.json', '')