From d55163c731c2b307c5525f210362b457d411daed Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Wed, 4 Dec 2019 05:32:18 +0200 Subject: [PATCH] add posener/cmd (#2840) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92cbeeaf..d75a5de8 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cli-init](https://github.com/tcnksm/gcli) - The easy way to start building Golang command line applications. * [climax](http://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command. * [clîr](https://github.com/leaanthony/clir) - A Simple and Clear CLI library. Dependency free. +* [cmd](https://github.com/posener/cmd) - Extends the standard `flag` package to support sub commands and more in idomatic way. * [cmdr](https://github.com/hedzr/cmdr) - A POSIX/GNU style, getopt-like command-line UI Go library. * [cobra](https://github.com/spf13/cobra) - Commander for modern Go CLI interactions. * [commandeer](https://github.com/jaffee/commandeer) - Dev-friendly CLI apps: sets up flags, defaults, and usage based on struct fields and tags.