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