zodcli icon indicating copy to clipboard operation
zodcli copied to clipboard

A CLI parser built with Zod.

Results 3 zodcli issues
Sort by recently updated
recently updated
newest added

Aliases are forced to be lowercase, I don't believe this to be correct? For example, this is ok: ![Screenshot 2023-05-03 at 11 26 01](https://user-images.githubusercontent.com/61631103/235891983-94a7a70e-71e6-499d-a55a-12b2e592c4e1.png) But this isn't: ![Screenshot 2023-05-03 at...

Hi, your typescript is showing, specifically as a `dependency` and not a `devDependency`, which adds ~ 65MB to production builds. End-users can override it with ```json "resolutions": { "zodcli/typescript": "npm:[email protected]"...

(AFAIK) In CLI tools if you have aliases you can combine them together, for example if I have aliases `-a` and `-b` I can provide to the CLI a single...