Skip to content

Commit ab16a20

Browse files
authored
fix(bin): Remove dead code in documentation.js command (#627)
1 parent 11fef7d commit ab16a20

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/documentation.js

-5
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,3 @@ if (!argv._handled) {
5050
yargs.showHelp('error');
5151
process.exit(1);
5252
}
53-
54-
55-
if (!yargs.argv._.length) {
56-
yargs.showHelp();
57-
}

0 commit comments

Comments
 (0)