diff --git a/bin/git-node b/bin/git-node index 3a9472c5..6006a828 100755 --- a/bin/git-node +++ b/bin/git-node @@ -14,6 +14,7 @@ yargs }) .command('help', false, () => {}, (yargs) => { yargs.showHelp(); }) .demandCommand(1) + .strict() .epilogue(epilogue) .help('help') .argv;