blob: 4b578fbd89f3490717b17d14a324b0e9e922a1c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
The jcmdline package is a Java package with the following goals:
* Facilitate parsing/handling of command line parameters.
* Add consistency to command line parameter parsing and command usage display
through all executables of a Java application.
* Automatically generate a command usage based upon defined command line
parameters.
WWW: http://jcmdline.sourceforge.net/
|