>>>>> "Raif" == Raif S Naffah <[EMAIL PROTECTED]> writes:
Raif> many commands do have description text that span more one line;
Raif> e.g. cp. i think we should support wrapping.
Sounds good.
Raif> the longOnly print-help method is for commands which options do not have
Raif> short-form syntax; e.g. jarsigner. those commands signal their
Raif> intention with the Parser constructor that takes a boolean as its last
Raif> argument.
"Long only" form just means that you can use '-foo' and not only
'--foo'.
If no option has a short form, that is fine -- the existing formatter
will do the right thing. I added a flag today so we see output like:
Debugging option:
-verbose Enable verbose mode
So I think this is ok as-is -- or am I missing something?
Tom