[ 原始碼: golang-github-mitchellh-cli ]
套件:golang-github-mitchellh-cli-dev(1.1.1-1)
golang-github-mitchellh-cli-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-mitchellh-cli:
- [golang-github-mitchellh-cli_1.1.1-1.dsc]
- [golang-github-mitchellh-cli_1.1.1.orig.tar.xz]
- [golang-github-mitchellh-cli_1.1.1-1.debian.tar.xz]
維護小組:
- pkg-go (QA 頁面, 郵件存檔)
- Tim Potter (QA 頁面)
- Dmitry Smirnov (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
library for implementing command-line interfaces
cli is a library for implementing powerful command-line interfaces in Go. cli is the library that powers the CLI for Packer, Serf, and Consul.
Features:
- Easy sub-command based CLIs: cli foo, cli bar, etc. - Optional support for default subcommands so cli does something other than error. - Automatic help generation for listing subcommands - Automatic help flag recognition of -h, --help, etc. - Automatic version flag recognition of -v, --version. - Helpers for interacting with the terminal, such as outputting information, asking for input, etc. These are optional, you can always interact with the terminal however you choose. - Use of Go interfaces/types makes augmenting various parts of the library a piece of cake.
其他與 golang-github-mitchellh-cli-dev 有關的套件
|
|
|
|
-
- dep: golang-github-armon-go-radix-dev
- Golang implementation of Radix trees
-
- dep: golang-github-bgentry-speakeasy-dev
- Golang helpers for reading password input without cgo
-
- dep: golang-github-fatih-color-dev
- console colors for Go
-
- dep: golang-github-mattn-go-isatty-dev
- Golang library to implementation isatty interface
-
- dep: golang-github-posener-complete-dev
- bash completion written in go