updated readme
This commit is contained in:
parent
f3051fd47d
commit
386d146880
|
@ -3,7 +3,7 @@ cmdlineoptions-java
|
||||||
|
|
||||||
A simple java class handling commandline options.
|
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.
|
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 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 "-?".
|
It has got automatic help handling of all configured options with "-h", "--help" and "-?".
|
||||||
|
|
Loading…
Reference in New Issue