blob: b57d43bad5afb41b6c7da4c53cccb06a37cc11f0 (
plain) (
blame)
1
2
3
|
This is a Java port of GNU getopt, a class for parsing command line arguments
passed to programs. It is based on the C getopt() functions in glibc 2.0.6 and
should parse options in a 100% compatible manner.
|