Skip to content

Commit

Permalink
Merge pull request avelino#612 from jawher/add-mow-cli
Browse files Browse the repository at this point in the history
Add mow.cli, a library for building CLIs
  • Loading branch information
Thiago Avelino committed Dec 10, 2015
2 parents fd2590c + a76cc8b commit 3db0bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -131,6 +131,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.
* [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.

0 comments on commit 3db0bcf

Please sign in to comment.