### What is the problem this feature will solve? In today's @nodejs/tooling WG meeting, we're discussing the [parseArgs](https://nodejs.org/docs/latest/api/util.html#utilparseargsconfig) that the config supports only either boolean or string for parsing args. https://github.com/nodejs/tooling/issues/155 ### What is the feature you are proposing to solve the problem? I'd like to open for discussion on whether we should support other primitive types such as numbers and complex types such as Streams. There're some concerns about it but I think it will be worth it to hear what other people think about it ### What alternatives have you considered? _No response_