7 ms·
Clearly quite a few find this interesting since it made its way to the front page.
by l0gicpath 12y ago
Clearly quite a few find this interesting since it made its way to the front page.
- skeoh 12y agoI certainly found this interesting and implemented the node.js package[1] in a project just now. I found it super easy to use -- much moreso than minimist[2] or commander[3]. [1]: https://github.com/docopt/docopt.coffee https://github.com/docopt/docopt.coffee [2]: https://github.com/substack/minimist https://github.com/substack/minimist [3]: https://github.com/visionmedia/commander.js https://github.com/visionmedia/commander.js
- noobermin 12y agoI certainly didn't know about it. I had the exact same issue with argparse as the video on the page showed, I always had to look of the documentation to use it or copy and paste it from old scripts to get it to work. This is soo much better, I don't think I'll use argparse again.