Re: Make the args egg stop truncating long options in args:usage

2021-09-13 Thread Jim Ursetto
> On Sep 9, 2021, at 3:00 PM, T. Kurt Bond wrote: > > I know that you can parameterize args:width to change the width of the > options display, but wouldn't it be better to NOT truncate things if > args:width is too narrow, and instead output the whole option display, > end the line, and then

Re: Make the args egg stop truncating long options in args:usage

2021-09-13 Thread Mario Domenech Goulart
Hi, On Thu, 09 Sep 2021 16:00:53 -0400 T. Kurt Bond wrote: > [Should I be asking this question on chicken-hackers instead of here?] I think your best bet would be contacting the maintainer of the egg directly. All the best. Mario -- http://parenteses.org/mario

Make the args egg stop truncating long options in args:usage

2021-09-09 Thread T . Kurt Bond
[Should I be asking this question on chicken-hackers instead of here?] Right now, when you use the args egg's args:usage function to display a usage message, it truncates long option displays. For instance, here's the output of args:usage for a program I'm working on now: == args:usage