[READ-ONLY] Mirror of https://github.com/bombshell-dev/args. <1kB CLI flag parser
args args-parser cli command-line command-line-parser node
5

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Nate Moore and committed by
GitHub
(Jan 13, 2025, 8:52 AM -0600) 58823089 38de83f1

+3 -2
+3 -2
README.md
··· 6 6 7 7 - It's very small. 8 8 - It's very fast. 9 - - It's a nicer API (and faster!) than [`parseArgs` from `node:util`](https://nodejs.org/api/util.html#utilparseargsconfig). 9 + - It's type-safe. 10 + - It's simpler (and faster!) than [`parseArgs` from `node:util`](https://nodejs.org/api/util.html#utilparseargsconfig). 10 11 11 12 ### Usage 12 13 ··· 23 24 // { _: ['build'], bundle: true, r: true, f: true, a: "value", b: "value", c: 1 } 24 25 ``` 25 26 26 - Parsing can be configured to ensure values are handled in a certain format. 27 + Parsing can be configured to ensure arguments are coerced to specific types. 27 28 28 29 ```js 29 30 const args = parse(argv, {