Go to file
Marcel M. Otte 386d146880 updated readme 2013-12-12 19:59:01 +00:00
to/mmo/cmdlineoptions added eclipse project surrounding, as promised... 2013-12-12 19:58:10 +00:00
.classpath added eclipse project surrounding, as promised... 2013-12-12 19:58:10 +00:00
.gitignore Initial commit 2013-12-12 11:09:14 -08:00
.project added eclipse project surrounding, as promised... 2013-12-12 19:58:10 +00:00
LICENSE corrected license 2013-12-12 20:31:32 +01:00
README.md updated readme 2013-12-12 19:59:01 +00:00

README.md

cmdlineoptions-java

A simple java class handling commandline options.

Currently available just as a Java class, within an eclipse project. :)

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