mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
da93371b49
- STAGE support - Specify BSD license
8 lines
371 B
Plaintext
8 lines
371 B
Plaintext
The gflags package contains a library that implements commandline flags
|
|
processing. As such it's a replacement for getopt(). It has increased
|
|
flexibility, including built-in support for Python types, and the ability to
|
|
define flags in the source file in which they're used. (This last is its major
|
|
difference from OptParse.)
|
|
|
|
WWW: http://code.google.com/p/python-gflags/
|