···6677- It's very small.
88- It's very fast.
99-- It's a nicer API (and faster!) than [`parseArgs` from `node:util`](https://nodejs.org/api/util.html#utilparseargsconfig).
99+- It's type-safe.
1010+- It's simpler (and faster!) than [`parseArgs` from `node:util`](https://nodejs.org/api/util.html#utilparseargsconfig).
10111112### Usage
1213···2324// { _: ['build'], bundle: true, r: true, f: true, a: "value", b: "value", c: 1 }
2425```
25262626-Parsing can be configured to ensure values are handled in a certain format.
2727+Parsing can be configured to ensure arguments are coerced to specific types.
27282829```js
2930const args = parse(argv, {