blob: cf7228e7a0481035d94c8e9039f99cdd3c60221e [file] [log] [blame]
\u001B[1mSYNOPSIS\u001B[0m
${project.description}
Original Maven URLs:
\u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}}/${pkgVersion}\u001B[0m
\u001B[1mDESCRIPTION\u001B[0m
JOpt Simple is a Java library for parsing command line options, such as those you might pass to an invocation of javac.
In the interest of striving for simplicity, as closely as possible JOpt Simple attempts to honor the command line
option syntaxes of POSIX getopt() and GNU getopt_long(). It also aims to make option parser configuration and
retrieval of options and their arguments simple and expressive, without being overly clever.
\u001B[1mSEE ALSO\u001B[0m
\u001B[36mhttp://pholser.github.com/jopt-simple/\u001B[0m