Go to file
Marcel M. Otte 723fb28ae3 updated readme 2013-12-12 20:23:02 +01:00
.gitignore Initial commit 2013-12-12 11:09:14 -08:00
CmdOptions.java inital commit 2013-12-12 20:08:52 +01:00
LICENSE Initial commit 2013-12-12 11:09:14 -08:00
README.md updated readme 2013-12-12 20:23:02 +01:00

README.md

jcmdlineoptions

A simple java class handling commandline options.

It supports single dashed options like "-h", double dashed options "--help" and additional option alternatives. It has got automatic help handling of all configured options with "-h", "--help" and "-?".