diff --git a/src/bin/cli.js b/src/bin/cli.js index c699dac..0aa9f0b 100755 --- a/src/bin/cli.js +++ b/src/bin/cli.js @@ -98,4 +98,5 @@ yargs(hideBin(process.argv)) }) .demandCommand(1, 'Error: specify a command.') .help() + .alias('h', 'help') .parse()