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.