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

2024-11-12 Thread Claude Warren
Width is set in the TextStyle and (potentially) in the Appendable. The TextStyle specifies for the specific chunk of code what the requested size is. The Appendable can ignore that or make adjustments to it. This is seen in the TextHelpAppendable.appendTable() method where the specified columns

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

2024-11-12 Thread Gary Gregory
Hi Eric, TextStyle and TextHelpAppenndable carry widths. HTH, Gary On Tue, Nov 12, 2024, 7:43 AM Eric Pugh wrote: > Working through it… I am hoping to be able to contribute a > AsciiDocAppendable. > > So, here is a question.. How do I set the Width? > HelpFormatter.setWidth() has gone a

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

2024-11-12 Thread Eric Pugh
Working through it… I am hoping to be able to contribute a AsciiDocAppendable. So, here is a question.. How do I set the Width? HelpFormatter.setWidth() has gone away, and I can’t quite track where it went! > On Nov 10, 2024, at 10:36 AM, Gary Gregory wrote: > > Let me know and feel f