updated readme
This commit is contained in:
parent
7319831619
commit
723fb28ae3
|
@ -2,3 +2,7 @@ jcmdlineoptions
|
||||||
===============
|
===============
|
||||||
|
|
||||||
A simple java class handling commandline options.
|
A simple java class handling commandline options.
|
||||||
|
|
||||||
|
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 "-?".
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue