zodcli
zodcli copied to clipboard
A CLI parser built with Zod.
Aliases are forced to be lowercase, I don't believe this to be correct? For example, this is ok:  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...