cmdlineoptions/README.md

11 lines
365 B
Markdown
Raw Normal View History

2013-12-12 20:49:01 +01:00
cmdlineoptions-java
2013-12-12 20:09:14 +01:00
===============
A simple java class handling commandline options.
2013-12-12 20:23:02 +01:00
2013-12-12 20:59:01 +01:00
Currently available just as a Java class, within an eclipse project. :)
2013-12-12 20:23:02 +01:00
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 "-?".