[ ソース: golang-github-smira-commander ]
パッケージ: golang-github-smira-commander-dev (0.0~git20140515.f408b00-1.1)
golang-github-smira-commander-dev に関するリンク
Debian の資源:
golang-github-smira-commander ソースパッケージをダウンロード:
- [golang-github-smira-commander_0.0~git20140515.f408b00-1.1.dsc]
- [golang-github-smira-commander_0.0~git20140515.f408b00.orig.tar.xz]
- [golang-github-smira-commander_0.0~git20140515.f408b00-1.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-go-task-template-dev
- golang-github-integrii-flaggy-dev
- libgetopt-argparse-perl
- golang-go-flags-dev
- golang-github-jessevdk-go-flags-dev
- libdocopt0
- libdocopt-dev
- golang-github-itchyny-go-flags-dev
- golang-github-renekroon-ttlcache-dev
- golang-github-go-viper-mapstructure-dev
- libhash-merge-perl
library to provide command-line commands and sub-commands
Package commander is a fork of a spin off of golang go tool infrastructure to provide commands and sub-commands.
This package is a fork of t he original commander package, with the following modifications:
- flags could be placed anywhere on the command line - flags in whole subcommand tree should be non-conflicting (i.e. one name - one value type) - interface has changed: first flags should be parsed, then command dispatched
その他の golang-github-smira-commander-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-smira-flag-dev
- flag with a Get() interface{} method