golang-github-spf13-pflag-dev

Drop-in replacement for go's flag package, implementing posix/gnu-style --flags
  https://github.com/spf13/pflag
  0
  no reviews



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.