soly icon indicating copy to clipboard operation
soly copied to clipboard

Powerful framework for building command-line apps with typescript.

Results 2 soly issues
Sort by recently updated
recently updated
newest added

https://github.com/mdbetancourt/soly/blob/0727e816b6beafcc80cd06245f4bbcbf901bbbbf/README.md?plain=1#L104-L106 Passing in a function that returns a function does nothing here, it seems. Just passing in the function you want to run works though. Example: ```ts cli.action(() => {...

Example ``` const { retries } = c.named({ retries: z.number().alias('r'), }) ```