We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15907a6 commit 15168b5Copy full SHA for 15168b5
1 file changed
bin/cli
@@ -92,7 +92,7 @@ function main() {
92
93
// Extract the command:
94
if ( args[ 0 ] === 'help' ) {
95
- if ( args[ 1 ] === void 0 ) {
+ if ( args.length === 1 ) {
96
return cli.help();
97
}
98
cmd = findCommand( args[ 1 ] );;
0 commit comments