Controlling Error Output with `Arg.withSchema` in Effect Typescript
When using
Arg.withSchema I can't seem to have control over the error channel so it's directly printing the ParseResult failure. should I control that with Schema somehow? or as part of Arg ? looks like Arg only have a value channel