Go to file
Marcel M. Otte 5b21235ee9 project rename ... 2013-12-12 20:49:01 +01:00
.gitignore Initial commit 2013-12-12 11:09:14 -08:00
CmdOptions.java updated readme and added copyright to java class 2013-12-12 20:38:46 +01:00
LICENSE corrected license 2013-12-12 20:31:32 +01:00
README.md project rename ... 2013-12-12 20:49:01 +01:00

README.md

cmdlineoptions-java

A simple java class handling commandline options.

Currently available just as a Java class, later i will add some examples and an eclipse project surrounding.

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 "-?".