From ff31aa16d1b00c5cf3024df46bd6ac02956d28aa Mon Sep 17 00:00:00 2001 From: aihui zhu Date: Wed, 8 Mar 2017 23:48:43 +0800 Subject: [PATCH] add flag library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebd8292..72ce3bd 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cobra](https://github.com/spf13/cobra) - A Commander for modern Go CLI interactions * [docopt.go](https://github.com/docopt/docopt.go) - A command-line arguments parser that will make you smile. * [drive](https://github.com/odeke-em/drive) - Google Drive client for the commandline +* [flag](https://github.com/cosiner/flag) - A simple but powerful command line option parsing library for Go support subcommand * [go-arg](https://github.com/alexflint/go-arg) - Struct-based argument parsing in Go * [go-flags](https://github.com/jessevdk/go-flags) - go command line option parser * [kingpin](https://github.com/alecthomas/kingpin) - A command line and flag parser supporting sub commands.