fix order of command-line package cli

This commit is contained in:
wangshijin 2016-02-28 18:08:00 +08:00
parent d4bae3461b
commit d1621aaaf2

View File

@ -125,6 +125,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for building standard or basic Command Line applications*
* [cli] (https://github.com/mkideal/cli) - A feature-rich and easy to use command-line package based on golang tag
* [cli-init](https://github.com/tcnksm/gcli) - The easy way to start building Golang command line application.
* [climax](http://github.com/tucnak/climax) - An alternative CLI with "human face", in spirit of Go command
* [cobra](https://github.com/spf13/cobra) - A Commander for modern Go CLI interactions
@ -137,7 +138,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [mow.cli](https://github.com/jawher/mow.cli) - A Go library for building CLI applications with sophisticated flag and argument parsing and validation.
* [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.
* [mkideal/cli] (https://github.com/mkideal/cli) - A feature-rich and easy to use command-line package based on golang tag
### Advanced Console UIs