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
There is a test to determine whether an option value should overwrite the previous value, or be added to an array. The test for a boolean option does not take into account the alias. The failure only shows up if the previous value was not a boolean, so not likely to come up in practice.
There is a test to determine whether an option value should overwrite the previous value, or be added to an array. The test for a boolean option does not take into account the alias. The failure only shows up if the previous value was not a boolean, so not likely to come up in practice.
Found by code inspection, not from usage.
minimist/index.js
Line 108 in 093bc85
The text was updated successfully, but these errors were encountered: