From 99fb5bcee032088f49bfcfef0121832e45bdf322 Mon Sep 17 00:00:00 2001 From: Maksym Shcheglov Date: Wed, 30 Dec 2015 13:08:26 +0100 Subject: [PATCH] Add docopt.go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8697e7e6..9dd0eb45 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [climax](http://github.com/tucnak/climax) - An alternative CLI with "human face", in spirit of Go command * [cobra](https://github.com/spf13/cobra) - A Commander for modern Go CLI interactions * [codegangsta/cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go. +* [docopt.go](https://github.com/docopt/docopt.go) - A command-line arguments parser that will make you smile. * [go-flags](https://github.com/jessevdk/go-flags) - go command line option parser * [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.