Go to file
Marcel M. Otte 3ed9d927c7 moved java source to java subdirectory 2013-12-24 15:47:33 +01:00
java moved java source to java subdirectory 2013-12-24 15:47:33 +01:00
.gitignore proper project foldering. yeah, I shouldn't copy around bare java 2013-12-12 20:03:05 +00:00
LICENSE corrected license 2013-12-12 20:31:32 +01:00
README.md another thought... 2013-12-13 21:05:40 +01: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 "-?".

Future plans

  • tests, of course...

  • refactoring for more flexibility

  • better errorhandling

  • writing a simple getting started

  • writing the exact same thing for:

  • C

  • C++

  • bash?

  • ...