This commit is contained in:
Fatih Cetinkaya 2018-02-14 05:07:04 -05:00 committed by Bo-Yi Wu
parent 8a5e5bea0d
commit 8e7d90c573

View File

@ -159,6 +159,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [flag](https://github.com/cosiner/flag) - Simple but powerful command line option parsing library for Go supporting 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.
* [gocmd](https://github.com/devfacet/gocmd) - Go library for building command line applications.
* [kingpin](https://github.com/alecthomas/kingpin) - Command line and flag parser supporting sub commands.
* [liner](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces.
* [mitchellh/cli](https://github.com/mitchellh/cli) - Go library for implementing command-line interfaces.