Merge pull request #447 from ukautz/master

Added another CLI library
This commit is contained in:
Matt Holt 2015-06-17 06:59:46 -06:00
commit 5c90d4ce51

View File

@ -123,6 +123,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [kingpin](https://github.com/alecthomas/kingpin) - A command line and flag parser supporting sub commands. * [kingpin](https://github.com/alecthomas/kingpin) - A command line and flag parser supporting sub commands.
* [liner](https://github.com/peterh/liner) - A Go readline-like library for command-line interfaces. * [liner](https://github.com/peterh/liner) - A Go readline-like library for command-line interfaces.
* [mitchellh/cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces. * [mitchellh/cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces.
* [ukautz/clif](https://github.com/ukautz/clif) - A small command line interface framework.
### Advanced Console UIs ### Advanced Console UIs