Update README.md (#2236)

This commit is contained in:
Zaba505 2018-11-20 19:25:31 -05:00 committed by Cássio Botaro
parent 9c0acef62c
commit 4b4c58bc69

View File

@ -178,6 +178,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [mow.cli](https://github.com/jawher/mow.cli) - Go library for building CLI applications with sophisticated flag and argument parsing and validation.
* [pflag](https://github.com/spf13/pflag) - Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
* [readline](https://github.com/chzyer/readline) - Pure golang implementation that provides most features in GNU-Readline under MIT license.
* [sand](https://github.com/Zaba505/sand) - Simple API for creating interpreters and so much more.
* [sflags](https://github.com/octago/sflags) - Struct based flags generator for flag, urfave/cli, pflag, cobra, kingpin and other libraries.
* [strumt](https://github.com/antham/strumt) - Library to create prompt chain.
* [ukautz/clif](https://github.com/ukautz/clif) - Small command line interface framework.