Drop-in replacement for Go's flag package, implementing posix/gnu-style --flags
Description
pflag is a drop-in replacement for Go's flag package, implementing
POSIX/GNU-style --flags.
pflag is compatible with the GNU extensions to the POSIX recommendations for
command-line options.