Go to file
Marcel M. Otte 9ac9bb8103 removed old package line 2013-12-12 20:25:09 +01:00
.gitignore Initial commit 2013-12-12 11:09:14 -08:00
CmdOptions.java removed old package line 2013-12-12 20:25:09 +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 "-?".