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
The documentation says to set numbers: true to parse option-array values as numbers. However, this value can be anything other than true and yargs will still use number parsing. This is particularly confusing when trying to set numbers: false or numbers: undefined.
The documentation says to set
numbers: true
to parse option-array values as numbers. However, this value can be anything other thantrue
and yargs will still use number parsing. This is particularly confusing when trying to setnumbers: false
ornumbers: undefined
.This applies to
boolean
as well.The text was updated successfully, but these errors were encountered: