From 20a6d79af80ea918b6a41e293ead44becaa9cf41 Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Wed, 7 Feb 2018 20:05:19 -0600 Subject: [PATCH] add commandeer to CLI libraries (#1790) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15fb91a5..b98e407d 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,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. * [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. * [complete](https://github.com/posener/complete) - Write bash completions in Go + Go command bash completion. * [docopt.go](https://github.com/docopt/docopt.go) - Command-line arguments parser that will make you smile. * [drive](https://github.com/odeke-em/drive) - Google Drive client for the commandline.