airtap / airtap

Run TAP unit tests in 1789+ browsers.
MIT License
1.36k stars 43 forks source link

Replace commander with minimist #307

Closed vweevers closed 3 years ago

vweevers commented 3 years ago

Closes #305. It's slightly more code here, but 7x less code overall. We don't need even half of commanders features, we just need a simple parser that supports aliases, shortopts and basic boolean coercion.