Print list of options neatly, wrapping if needed.
commit87238476c9746a1a0d19d6771c05152f4fc9bd6e
authorRaymond Toy <toy.raymond@gmail.com>
Fri, 4 Nov 2022 19:06:51 +0000 (4 12:06 -0700)
committerKris Katterjohn <katterjohn@gmail.com>
Sun, 13 Nov 2022 02:54:02 +0000 (12 21:54 -0500)
treecc291d59a58773d1b4c1e4e13a6b5bba560e46fd
parent97f8126ca9842a0fcb30d628fcfcd82645e8497b
Print list of options neatly, wrapping if needed.

When printing help, some options have various equivalent names and
sometimes the list of options is long.  Wrap the list of options at
column 80 if needed.

This makes the help neater.
src/command-line.lisp