Patrick Engelkes

Results 2 issues of Patrick Engelkes

Currently I try to use kotlin-argparser in one of my projects. Unfortunately even a simple example throws an error. `class MyArgs(parser: ArgParser) { val test by parser.flagging("-t", "--test", help =...

### Describe the bug I am using a form with the `zodValidator` and have several field-level validations. On the first render the `canSubmit` property is true even though several fields...