Remix.run Logo
thealistra 4 days ago

Isn’t this like argparse from Python for typescript?

whilenot-dev 4 days ago | parent [-]

What 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/

nhumrich 3 days ago | parent [-]

So, typer than

mrugge 3 days ago | parent [-]

Or click