Wrap the list of command line options if needed.rtoy-wrap-option-args
commit6b973d2bdfc2d868d2a32f9b45394987d77b8be4
authorRaymond Toy <toy.raymond@gmail.com>
Mon, 29 Jul 2024 02:09:35 +0000 (28 19:09 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Mon, 29 Jul 2024 02:09:35 +0000 (28 19:09 -0700)
tree04c04bb5b2bb17d28b034783da68989826f91730
parent1bd01f9c6e61d699a792cfdf963028379f1be40d
Wrap the list of command line options if needed.

When the list of equivalent command line options is long, wrap it so
it looks neat.  This is similar to how we wrap the description of the
option and is based on the same format string.

Of course, when producing the texi output, we don't want to wrap the
options.
src/command-line.lisp