-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
We're close to landing the MVP of parseAargs
, I'd like to avoid losing momentum as we've got such a great set of contributors.
Stuff I'd love to do post-MVP
- Reporting indices this work proposed by @bakkot would enable complex parsing behavior, without bloating the core implementation (@darcyclarke indicated that they would be able to build a minimal parser on top of this behavior alone, and would love a way to grab just this information from a parse.).
- Better documentation, @shadowspawn proposes additional examples in the Node.js docs, but I bet there are other ways we can improve the docs to help with adoption.
- The Node codebase itself has argument parsing implement in a few places (see: test-npm-package.js, the test runner that @cjihrig has been working on). We should use the Node codebase itself to test
parseArgs
.
Once we land the MVP I would love to help enable some other folks contributing to Node core, let me know who's interested.