Go to file
Marcel M. Otte 8293dc5a43 just some language beautifying 2013-12-13 19:56:49 +00:00
src/to/mmo/cmdlineoptions just some language beautifying 2013-12-13 19:56:49 +00:00
.classpath proper project foldering. yeah, I shouldn't copy around bare java 2013-12-12 20:03:05 +00:00
.gitignore proper project foldering. yeah, I shouldn't copy around bare java 2013-12-12 20:03:05 +00: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 "-?".