sindresorhus / meow

🐈 CLI app helper
MIT License
3.53k stars 150 forks source link

Rename occurrences of minimist to parser #146

Closed ulken closed 4 years ago

ulken commented 4 years ago

I'm assuming minimist was used once upon-a-time when it was the shizzle, but since yargs is now the parser used, I find it a little confusing with all the references to minimist.

I first thought of just renaming minimist -> yargs, but to be parser agnostic, I simply landed on parser.

Thoughts?