-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
parseArgs Type DefinitionΒ #47487
Copy link
Copy link
Open
Labels
utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Metadata
Metadata
Assignees
Labels
utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Instead of having a
typeproperty with either a"string"or"boolean"value, I believe it would be more intuitive to have abooleanproperty with eithertrueorfalsevalue, with the default value being false.Furthermore, I would prefer the options to be an array of objects, as this would make it easier work with them.
Thank you for including the parseArgs feature in Node!