From 4a8672ff0b2ea2041a5bf8abcb1a11bc195e0192 Mon Sep 17 00:00:00 2001 From: aihui zhu Date: Sat, 25 Feb 2017 23:11:33 +0800 Subject: [PATCH] add argv library. (#1303) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c636b79..3ef65a5 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for building standard or basic Command Line applications* +* [argv](https://github.com/cosiner/argv) - A Go library to split command line string as arguments array using the bash syntax. * [cli](https://github.com/mkideal/cli) - A feature-rich and easy to use command-line package based on golang tag * [cli-init](https://github.com/tcnksm/gcli) - The easy way to start building Golang command line application. * [climax](http://github.com/tucnak/climax) - An alternative CLI with "human face", in spirit of Go command