You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1535,7 +1535,9 @@ Expecting one of '${allowedValues.join("', '")}'`);
}
}
// If using passThroughOptions, stop processing options at first command-argument.
// If using passThroughOptions, stop processing options at first command-argument / unknown option.
// Processing after an unknown option is not possible because there is no way to know if the next argument is its option-argument and we should continue,
// or if it is a command-argument and we should stop.