From 7d5df0d5d11dfbfa674e768f01a40f202fdb9d21 Mon Sep 17 00:00:00 2001 From: "Patrick D." Date: Mon, 11 May 2015 08:15:59 +0200 Subject: [PATCH] Add cli by mitchellh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 179113d..66b3b98 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries for building standard or basic Command Line applications* * [cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go. +* [cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces. * [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command line application.