Would be nice to be able to specify new lines in options descriptions and have them formatted correctly. For instance, I have a parameter which maps to an enum, defined as follows:
cmdLine.accepts("type","Specify the output type.\n'raw' = raw data.\n'java' = java class");
At present, 'raw' and 'java' descriptions end up at the left of the help output, rather then within the description...
2009-05-19 11:06:14 UTC in JOpt Simple