mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
10 lines
382 B
Plaintext
10 lines
382 B
Plaintext
|
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/
|