Customizing `--help` Output in Effect Typescript CLI
Hey folks, is there a way to override some printing defaults (hide "This is optional.", tighten up whitespace lines) for
Or is the go to build up a
--help?Or is the go to build up a
HelpDoc from CliConfig from scratch, then pass it off to toAnsiText like with the impl