We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682b1bc commit 3a9886cCopy full SHA for 3a9886c
bin/index.js
@@ -38,6 +38,7 @@ var argv = yargs
38
default: 'id'
39
}
40
})
41
+ .boolean('watch')
42
.help('help').alias('help', 'h')
43
.version(pkg.version).alias('version', 'v')
44
.example('$0 db.json', '')
0 commit comments