6 ms·
Isn’t this like argparse from Python for typescript?
by thealistra 1y ago
Isn’t this like argparse from Python for typescript?
- whilenot-dev 1y agoWhat OP calls an "combinatorial parser" I'd call object schema validation and that's more similar to pydantic[0] than argparse in python land. [0]: https://docs.pydantic.dev/latest/ https://docs.pydantic.dev/latest/