diff --git a/bin/documentation.js b/bin/documentation.js index e1c6a918a..886e2ef18 100755 --- a/bin/documentation.js +++ b/bin/documentation.js @@ -50,8 +50,3 @@ if (!argv._handled) { yargs.showHelp('error'); process.exit(1); } - - -if (!yargs.argv._.length) { - yargs.showHelp(); -}