Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression when attempting to execute
yarn version
(yarnpkg#2491)
There was a conflict when commander attempts to parse the incoming args between the command executed and the options since the name `version` was shared. In other words, executing the command `yarn version` would yield the same output as `yarn --version`. This relates to PR yarnpkg#2268.
- Loading branch information