Re: [CLI] [DISCUSS] Help formatter extension proposal

2024-09-30 Thread Claude Warren
If we can settle on a name for the serializer/scribe/writer/printDecorator/amenuensis thing the rest of the code is ready. It passes all the tests, it has 100% test coverage, and it works for what Rat is trying to do. On Sat, Sep 28, 2024 at 2:08 PM Claude Warren wrote: > I have opened https:

Re: [CLI] [DISCUSS] Help formatter extension proposal

2024-09-30 Thread Peter Burka
My vote (which everyone is free to ignore) is still for HelpWriter. It's simple and intuitive, and it's consistent with the names of the methods the interface declares (e.g. writePara, writeTable). I find SemanticAppendableDecorator too verbose and I have no intuition for what it means. Peter On