mirror of
https://github.com/opnsense/ports.git
synced 2026-04-13 11:04:16 -05:00
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
275 B
Plaintext
6 lines
275 B
Plaintext
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.
|
|
|
|
WWW: http://www.urbanophile.com/arenn/hacking/download.html#getopt
|