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
Both mentioned libraries by default parse all options without any config, which is an approach (explicit vs implicit) completely different from dashdash. yargs comes with a bunch of 25 depedencies!
But it's true that depending on the (dev) tooling you are using you might already have one of them present in your node_modules as a transitive dependency.
yargs and minimist are the real alternatives these days, I think.
The text was updated successfully, but these errors were encountered: