[ 原始碼: golang-github-spf13-cobra ]
套件:cobra(0.0.3-1 以及其他的)
cobra 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-spf13-cobra:
- [golang-github-spf13-cobra_0.0.3-1.dsc]
- [golang-github-spf13-cobra_0.0.3.orig.tar.gz]
- [golang-github-spf13-cobra_0.0.3-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.