mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add gocmd (#1802)
This commit is contained in:
parent
8a5e5bea0d
commit
8e7d90c573
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user