From 9a1d9aa539eecf1f99f32cf6ced5f2088f20ce91 Mon Sep 17 00:00:00 2001
From: Julien <julien@rbrt.fr>
Date: Thu, 13 Feb 2020 15:01:22 +0100
Subject: [PATCH] Add Github CLI to list of projects using Cobra

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 834f2878..b37710cb 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)