mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00:00
Spelling for GitHub CLI (#1744)
This commit is contained in:
parent
69083f81b2
commit
a0aadc68eb
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
Cobra is a library for creating powerful modern CLI applications.
|
Cobra is a library for creating powerful modern CLI applications.
|
||||||
|
|
||||||
Cobra is used in many Go projects such as [Kubernetes](https://kubernetes.io/),
|
Cobra is used in many Go projects such as [Kubernetes](https://kubernetes.io/),
|
||||||
[Hugo](https://gohugo.io), and [Github CLI](https://github.com/cli/cli) to
|
[Hugo](https://gohugo.io), and [GitHub CLI](https://github.com/cli/cli) to
|
||||||
name a few. [This list](./projects_using_cobra.md) contains a more extensive list of projects using Cobra.
|
name a few. [This list](./projects_using_cobra.md) contains a more extensive list of projects using Cobra.
|
||||||
|
|
||||||
[![](https://img.shields.io/github/workflow/status/spf13/cobra/Test?longCache=tru&label=Test&logo=github%20actions&logoColor=fff)](https://github.com/spf13/cobra/actions?query=workflow%3ATest)
|
[![](https://img.shields.io/github/workflow/status/spf13/cobra/Test?longCache=tru&label=Test&logo=github%20actions&logoColor=fff)](https://github.com/spf13/cobra/actions?query=workflow%3ATest)
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
- [Gardener](https://github.com/gardener/gardenctl)
|
- [Gardener](https://github.com/gardener/gardenctl)
|
||||||
- [Giant Swarm's gsctl](https://github.com/giantswarm/gsctl)
|
- [Giant Swarm's gsctl](https://github.com/giantswarm/gsctl)
|
||||||
- [Git Bump](https://github.com/erdaltsksn/git-bump)
|
- [Git Bump](https://github.com/erdaltsksn/git-bump)
|
||||||
- [Github CLI](https://github.com/cli/cli)
|
- [GitHub CLI](https://github.com/cli/cli)
|
||||||
- [GitHub Labeler](https://github.com/erdaltsksn/gh-label)
|
- [GitHub Labeler](https://github.com/erdaltsksn/gh-label)
|
||||||
- [Golangci-lint](https://golangci-lint.run)
|
- [Golangci-lint](https://golangci-lint.run)
|
||||||
- [GopherJS](https://github.com/gopherjs/gopherjs)
|
- [GopherJS](https://github.com/gopherjs/gopherjs)
|
||||||
|
|
Loading…
Reference in a new issue