[obsolete, use ~sircmpwn's getopt] Fork of flag which adds support for GNU style cli arguments
Find a file
2019-07-26 10:37:02 +02:00
.build.yml Fix build… 2019-05-02 21:43:26 +02:00
example_test.go Change name to aflag :) 2019-05-02 21:40:53 +02:00
example_value_test.go Change name to aflag :) 2019-05-02 21:40:53 +02:00
export_test.go Change name to aflag :) 2019-05-02 21:40:53 +02:00
go.mod Change name to aflag :) 2019-05-02 21:40:53 +02:00
LICENSE Add a LICENSE file 2012-05-04 03:23:34 -04:00
README.md Add fancy badge 2019-05-03 13:32:38 +02:00
rflag.go Try to fix a bug by enabling commented code again 2019-07-26 10:37:02 +02:00
rflag_test.go Refactor and clarify code 2019-05-03 13:27:43 +02:00

rflag (rumpelsepp's flag)

GoDoc

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.