←back to thread

203 points dahlia | 4 comments | | HN request time: 0.914s | source
1. thealistra ◴[] No.45153186[source]
Isn’t this like argparse from Python for typescript?
replies(1): >>45153443 #
2. whilenot-dev ◴[] No.45153443[source]
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/

replies(1): >>45154075 #
3. nhumrich ◴[] No.45154075[source]
So, typer than
replies(1): >>45155884 #
4. mrugge ◴[] No.45155884{3}[source]
Or click