diff --git a/bin/cli.js b/bin/cli.js index f4b155992..ea9a5ff45 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -227,6 +227,7 @@ const argv = yargs .command(feedbackCommand) .command(doctorCommand) .help() + .alias('h', 'help') .recommendCommands() .demandCommand(1, '') .completion()