Skip to content

Commit

Permalink
Revert comment change only relevant in tj#1934
Browse files Browse the repository at this point in the history
  • Loading branch information
aweebit committed Aug 7, 2023
1 parent 83ca473 commit 65897dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -1514,8 +1514,7 @@ Expecting one of '${allowedValues.join("', '")}'`);

// Not a recognised option by this command. Might be
// - a subcommand,
// - the help option encountered after a subcommand (considered unknown),
// - any other option unknown to this command,
// - an option unknown to this command,
// - or a command-argument.

if (onlyKnownOptionsSoFar && !reprocessedBySubcommand) {
Expand Down

0 comments on commit 65897dd

Please sign in to comment.