From 47414285f9d9c47e163ee6777b024c3d8fb71dcb Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 6 Apr 2020 19:30:17 +0200 Subject: [PATCH] Add Github CLI to list of projects using Cobra (#1034) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a95b04f7..9d799342 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Many of the most widely used Go projects are built using Cobra, such as: [mattermost-server](https://github.com/mattermost/mattermost-server), [Gardener](https://github.com/gardener/gardenctl), [Linkerd](https://linkerd.io/), +[Github CLI](https://github.com/cli/cli) etc. [![Build Status](https://travis-ci.org/spf13/cobra.svg "Travis CI status")](https://travis-ci.org/spf13/cobra)