文档地址:cobra/user_guide.md at master · spf13/cobra (github.com)Overviewcobra是一个用于创建命令行工具的库(框架),可以创建出类似git或者go一样的工具,进行我们平时熟悉的git clone/pull、go get/install等操作。kubernetes工具中就使用了cobra。
.golangci.yml Address golangci-lint deprecation warnings, enable some more linters (#… Jun 1, 2024 .mailmap Add .mailcap for a more tidy "git shortlog" output Nov 21, 2015 CONDUCT.md Cobra User Contract (#1292) Jan 27, 2021 ...
go mod init cobra_test1//go项目的初始化,生成go.mod 坑1:go mod init github.com/spf13/cobra_test1 【不要用这个命令!】 这个命令的含义是,项目名称是"github.com/spf13/cobra_test1",而不是"cobra_test1",而默认的main.go中引用的是后者,因此找不到,飙红! 一开始我就这么用的,坑死了,这玩意会在...
Address golangci-lint deprecation warnings, enable some more linters (#2152) 9个月前 .mailmap Add .mailcap for a more tidy "git shortlog" output 9年前 CONDUCT.md Cobra User Contract (#1292) 4年前 CONTRIBUTING.md Add CONTRIBUTING.md (#1183) ...
• Upgrade to usegopkg.in/yaml.v3: @tklauser #1766 Testing 🤔 • Test on Golang 1.19: @umarcor & @jpmcb #1782 • Renamed powershell completion tests: @marckhouzam #1803 • Useaction/setup-gocache: @umarcor #1783 • Addworkflow_dispatchto CI actions: @umarcor #1387 ...
user_guide.md .gitignore .golangci.yml .mailmap CONDUCT.md CONTRIBUTING.md LICENSE.txt MAINTAINERS Makefile README.md active_help.go active_help_test.go args.go args_test.go bash_completions.go bash_completionsV2.go bash_completionsV2_test.go bash_completions_test.go cobra.go cobra_test....
user_guide.md .gitignore .golangci.yml .mailmap CONDUCT.md CONTRIBUTING.md LICENSE.txt MAINTAINERS Makefile README.md active_help.go active_help_test.go args.go args_test.go bash_completions.go bash_completionsV2.go bash_completionsV2_test.go bash_completions_test.go cobra.go cobra_test....
使用Cobra很容易。首先,使用go get安装最新版本的 库的最新版本。这个命令将安装cobra生成器可执行文件 以及库和它的依赖项。 goget -u github.com/spf13/cobra 接下来,在你的应用程序中包含Cobra。 import"github.com/spf13/cobra" 用法 Cobra提供了自己的程序,它将创建你的应用程序并添加任何你想要的 ...
user_guide.md .gitignore .golangci.yml .mailmap CONDUCT.md CONTRIBUTING.md LICENSE.txt MAINTAINERS Makefile README.md active_help.go active_help_test.go args.go args_test.go bash_completions.go bash_completionsV2.go bash_completionsV2_test.go bash_completions_test.go cobra.go cobra_test....
.golangci.yml Address golangci-lint deprecation warnings, enable some more linters (#… Jun 1, 2024 .mailmap Add .mailcap for a more tidy "git shortlog" output Nov 21, 2015 CONDUCT.md Cobra User Contract (#1292) Jan 27, 2021 ...