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:38:46 +01:00
|
|
|
Currently available just as a Java class, later i will add some examples and an eclipse project surrounding.
|
|
|
|
|
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 "-?".
|
|
|
|
|