add go-commander (#2138)

This commit is contained in:
Balazs Nadasdi 2018-10-07 03:31:36 +02:00 committed by Cássio Botaro
parent 41ca9e1be6
commit b091fa9965

View File

@ -166,6 +166,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [flaggy](https://github.com/integrii/flaggy) - A robust and idiomatic flags package with excellent subcommand support.
* [flagvar](https://github.com/sgreben/flagvar) - A collection of flag argument types for Go's standard `flag` package.
* [go-arg](https://github.com/alexflint/go-arg) - Struct-based argument parsing in Go.
* [go-commander](https://github.com/yitsushi/go-commander) - Go library to simplify CLI workflow
* [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.