[obsolete, use ~sircmpwn's getopt] Fork of flag which adds support for GNU style cli arguments
| .build.yml | ||
| example_test.go | ||
| example_value_test.go | ||
| export_test.go | ||
| go.mod | ||
| LICENSE | ||
| README.md | ||
| rflag.go | ||
| rflag_test.go | ||
rflag (rumpelsepp's flag)
Pflag is a 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.