Add support for properly aligning options with and without short and long names in...
authorLevente Mészáros <levente.meszaros@gmail.com>
Fri, 6 Nov 2009 12:12:00 +0000 (13:12 +0100)
committerLevente Mészáros <levente.meszaros@gmail.com>
Fri, 6 Nov 2009 12:12:00 +0000 (13:12 +0100)
commit9a465776e45de5d17377232711edad7dcb4615a8
treeef73821ff07c7864a737d9e28b3f6851c8141f57
parent0a28182f0040b16e3b508867019c5116074e27a1
Add support for properly aligning options with and without short and long names in show-option-help.

Instead of having

-f --foo
--bar

Now we have

-f --foo
   --bar

when bar specifies #\Space as the short option designator.
parse-command-line-arguments.lisp