From 566a4bd739eea64584ef8393dec8baa3fb423bbf Mon Sep 17 00:00:00 2001 From: Ulrich Kautz Date: Wed, 17 Jun 2015 09:41:26 +0200 Subject: [PATCH] Added another CLI library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c69e04e..2a46c88e 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,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. +* [ukautz/clif](https://github.com/ukautz/clif) - A small command line interface framework. ### Advanced Console UIs