▲ Flaget - new small 5kB CLI argument parser at github.com▼1 up and 0 down, posted by biodiscus 4 days ago 3 comments
jklu 3 days ago. link 3 points ▲ ▼Alternatively use the built-in: util.parseArgs https://2ality.com/2022/08/node-util-parseargs.html
biodiscus 3 days ago. link 1 point ▲ ▼I know :-) It's stable starting from Node.js 20, but I need to support Node.js 10+.
tracker1 2 days ago. link 1 point ▲ ▼Nice, though I'm not sure why I would choose this over yargs or another similar, existing library.