Skip to content

Commit

Permalink
Fix isTargetedCommand default
Browse files Browse the repository at this point in the history
  • Loading branch information
kemmerle committed Dec 20, 2024
1 parent 3982518 commit 9b093bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const isTargetedCommand = (options, commandMap) => {
return checkCommand({ _: options._.slice(1) }, subCommands);
}

return true;
return false;
};

return checkCommand(options, commandMap);
Expand Down

0 comments on commit 9b093bb

Please sign in to comment.