
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 (http://www.gnu.org/software/libc/manual/html_node/argument-syntax.html).
forked from github.com/ogier/pflag.