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', '')