blob: 33b631485c4d4e1ba29f4a46a58c1f2475efa3a8 (
plain) (
blame)
1
2
3
4
5
|
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.)
|