Use for questions regarding pflag-go, a drop-in replacement for flag-go, the golang package for working with command line flags.
pflag-go
is a golang package for working with command line flags. It is described as a drop-in replacement for Go's flag package (flag-go), with additional capabilities for handling POSIX/GNU-style --flags
.
Documentation: