Sourced from yargs's releases.
yargs v15.4.0
Features
Bug Fixes
- docs: describe usage of
.check()in more detail (932cd11)- i18n: Japanese translation phrasing (#1619) (0894175)
- strict mode: report default command unknown arguments (#1626) (69f29a9)
- usage: translate 'options' group only when displaying help (#1600) (e60b39b)
Reverts
v15.4.0-beta.1 Pre-release
This is a pre-release for testing purposes of #1635.
Install by running
npm install yargs@nextv15.4.0-beta.0 Pre-release
This is a pre-release for testing purposes of #1635.
Install by running
npm install yargs@next
Sourced from yargs's changelog.
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
15.4.0 (2020-06-30)
Features
Bug Fixes
- docs: describe usage of
.check()in more detail (932cd11)- i18n: Japanese translation phrasing (#1619) (0894175)
- strict mode: report default command unknown arguments (#1626) (69f29a9)
- usage: translate 'options' group only when displaying help (#1600) (e60b39b)
Reverts