mirror of https://github.com/spf13/cobra.git
Add Github CLI to list of projects using Cobra (#1034)
This commit is contained in:
parent
b84ef40338
commit
47414285f9
|
@ -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),
|
[mattermost-server](https://github.com/mattermost/mattermost-server),
|
||||||
[Gardener](https://github.com/gardener/gardenctl),
|
[Gardener](https://github.com/gardener/gardenctl),
|
||||||
[Linkerd](https://linkerd.io/),
|
[Linkerd](https://linkerd.io/),
|
||||||
|
[Github CLI](https://github.com/cli/cli)
|
||||||
etc.
|
etc.
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/spf13/cobra.svg "Travis CI status")](https://travis-ci.org/spf13/cobra)
|
[![Build Status](https://travis-ci.org/spf13/cobra.svg "Travis CI status")](https://travis-ci.org/spf13/cobra)
|
||||||
|
|
Loading…
Reference in New Issue