diff --git a/cli.js b/cli.js index e8c37224..f6ef3d18 100644 --- a/cli.js +++ b/cli.js @@ -8,6 +8,14 @@ const taskbook = require('.'); const cli = meow(help, { flags: { + help: { + type: 'boolean', + alias: 'h' + }, + version: { + type: 'boolean', + alias: 'v' + }, archive: { type: 'boolean', alias: 'a'