Merge pull request #586 from chzyer/patch-1

add command line interface: Readline
This commit is contained in:
Thiago Avelino 2015-09-27 00:15:41 -03:00
commit 73400cbe5a

View File

@ -126,6 +126,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.
* [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.
* [readline](https://github.com/chzyer/readline) - A pure golang implementation that provide most of features in GNU-Readline under MIT license.
* [ukautz/clif](https://github.com/ukautz/clif) - A small command line interface framework.