// 💾 SUPPLIER BACKUP
Go to file
2023-07-17 22:24:45 +02:00
.github ci: add GitHub Actions workflow 'site' 2023-07-17 22:24:31 +02:00
doc Move documentation sources to site/content (#1428) 2023-06-20 17:15:36 -04:00
site site: rework structure and headers 2023-07-17 22:24:45 +02:00
.gitignore leverage makefile to run build tasks (#976) 2020-02-20 12:25:38 -07:00
.golangci.yml update copyright year (#1927) 2023-03-05 21:28:31 -05:00
.mailmap Add .mailcap for a more tidy "git shortlog" output 2015-11-20 15:24:23 -07:00
active_help.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
active_help_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
args.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
args_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
bash_completions.go Fix grammar: 'allows to' (#1978) 2023-06-13 11:12:49 -04:00
bash_completions_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
bash_completionsV2.go Fix grammar: 'allows to' (#1978) 2023-06-13 11:12:49 -04:00
bash_completionsV2_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
cobra.go Fix grammar: 'allows to' (#1978) 2023-06-13 11:12:49 -04:00
cobra_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
command.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
command_notwin.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
command_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
command_win.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
completions.go Allow sourcing zsh completion script (#1917) 2023-03-22 18:41:05 -04:00
completions_test.go Add 'one required flag' group (#1952) 2023-07-16 12:38:22 -04:00
CONDUCT.md Cobra User Contract (#1292) 2021-01-26 10:55:24 -07:00
fish_completions.go Fix typo in fish completions (#1945) 2023-04-08 00:47:33 -04:00
fish_completions_test.go test: make fish_completions_test more robust (#1980) 2023-06-16 10:25:30 -04:00
flag_groups.go Add 'one required flag' group (#1952) 2023-07-16 12:38:22 -04:00
flag_groups_test.go Add 'one required flag' group (#1952) 2023-07-16 12:38:22 -04:00
go.mod build(deps): bump github.com/inconshreveable/mousetrap (#1872) 2023-01-03 02:43:06 +00:00
go.sum build(deps): bump github.com/inconshreveable/mousetrap (#1872) 2023-01-03 02:43:06 +00:00
LICENSE.txt adding license 2013-09-03 18:46:13 -04:00
MAINTAINERS Add MAINTAINERS file (alphabetical order) (#1545) 2022-02-28 08:24:45 -07:00
Makefile Makefile: add target richtest (#1865) 2022-11-25 15:55:09 -05:00
powershell_completions.go powershell: escape variable with curly brackets (#1960) 2023-06-19 12:16:18 -04:00
powershell_completions_test.go powershell: escape variable with curly brackets (#1960) 2023-06-19 12:16:18 -04:00
README.md site: rework structure and headers 2023-07-17 22:24:45 +02:00
shell_completions.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
zsh_completions.go Allow sourcing zsh completion script (#1917) 2023-03-22 18:41:05 -04:00
zsh_completions_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00

Slack GoDoc Go Report Card GitHub release (latest by date including pre-releases) GitHub release (latest by date including pre-releases)

Cobra is a library for creating powerful modern CLI applications.

Cobra is used in many Go projects such as Kubernetes, Hugo, and Github CLI to name a few. This list contains a more extensive list of projects using Cobra.