[ 源代码: golang-github-spf13-cobra ]
软件包:cobra(1.1.2-1 以及其他的)
cobra 的相关链接
Debian 的资源:
下载源码包 golang-github-spf13-cobra:
- [golang-github-spf13-cobra_1.1.2-1.dsc]
- [golang-github-spf13-cobra_1.1.2.orig.tar.gz]
- [golang-github-spf13-cobra_1.1.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Tool to generate Cobra-based modern Go CLI application
Cobra is a Go library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools.
Cobra has an exceptionally clean interface and simple design without needless constructors or initialization methods.
This package contains the Cobra Generator as /usr/bin/cobra, a tool that will generate your application scaffolding to rapidly develop a Cobra-based application.