From a76cc8be11bfabe3fab59fa3678906f534610502 Mon Sep 17 00:00:00 2001 From: jawher Date: Thu, 8 Oct 2015 21:37:22 +0200 Subject: [PATCH] Add mow.cli --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dacf2a1f..160333c6 100644 --- a/README.md +++ b/README.md @@ -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. +* [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.