Help option doesn't work well with manditory options
java command line option processing library
Brought to you by:
flamingpenguin
Specifying a "--help" type options doesn't fit in well
with the idea of manditory options, since if --help is
specified a exception is throw complaining about the
lack of the manditory options before the developer can
check for the presence of the --help options.
Logged In: YES
user_id=1508260
Could allow short option specification style as string (like
getopts). Then allow help option to be specified as
interface level annotation.