d58ff756d4
Java version of GNU getopt family functions
5 lines
276 B
Text
5 lines
276 B
Text
This is a Java port of GNU getopt, a class for parsing command line arguments
|
|
passed to programs. It it based on the C getopt() functions in glibc 2.0.6 and
|
|
should parse options in a 100% compatible manner.
|
|
|
|
WWW: http://www.urbanophile.com/~arenn/hacking/download.html#getopt
|