-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed as not planned
Labels
🏡 area/internalThis affects the hidden internalsThis affects the hidden internals👎 phase/noPost cannot or will not be acted onPost cannot or will not be acted on👶 area/sizeThis affects (bundle) sizeThis affects (bundle) size🙅 no/wontfixThis is not (enough of) an issue for this projectThis is not (enough of) an issue for this project🦋 type/enhancementThis is great to haveThis is great to have🧑 semver/majorThis is a changeThis is a change
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and couldn’t find anything (or linked relevant results below)
Problem
minimist
is an additional dependency which needs to be downloaded.
Solution
Node now provides parseArgs
as part of node:util
, with a similar functionality and API.
It has been made available as far back as Node 16 https://nodejs.org/dist/latest-v16.x/docs/api/util.html#util_util_parseargs_config
Alternatives
continue using a user land argument parser.
Metadata
Metadata
Assignees
Labels
🏡 area/internalThis affects the hidden internalsThis affects the hidden internals👎 phase/noPost cannot or will not be acted onPost cannot or will not be acted on👶 area/sizeThis affects (bundle) sizeThis affects (bundle) size🙅 no/wontfixThis is not (enough of) an issue for this projectThis is not (enough of) an issue for this project🦋 type/enhancementThis is great to haveThis is great to have🧑 semver/majorThis is a changeThis is a change