summaryrefslogtreecommitdiff
path: root/devel/go-pflag/DESCR
blob: 3b04bd1dcbf5c908068f9df9e5b61d4e1270151b (plain)
1
2
3
4
5
6
7
8
9
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. For a more precise description, see the "Command-line
flag syntax" section below.

pflag is available under the same style of BSD license as the Go language,
which can be found in the LICENSE file.