Closed duniul closed 3 years ago
yargs@>17.2 prints a warning when using an option called --version without disabling the default behavior. The custom --version and --help options were originally there just to add an alias, which can be done with .alias() instead :thumbsup:
yargs@>17.2
--version
--help
.alias()
Fixes #9.
:tada: This PR is included in version 2.0.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
yargs@>17.2
prints a warning when using an option called--version
without disabling the default behavior. The custom--version
and--help
options were originally there just to add an alias, which can be done with.alias()
instead :thumbsup:Fixes #9.