Skip to content

Commit

Permalink
fix(bin): Remove dead code in documentation.js command (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw authored Dec 7, 2016
1 parent 11fef7d commit ab16a20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,3 @@ if (!argv._handled) {
yargs.showHelp('error');
process.exit(1);
}


if (!yargs.argv._.length) {
yargs.showHelp();
}

0 comments on commit ab16a20

Please sign in to comment.