パッケージ: golang-github-peterbourgon-ff-dev (3.4.0-2)
golang-github-peterbourgon-ff-dev に関するリンク
Debian の資源:
golang-github-peterbourgon-ff ソースパッケージをダウンロード:
- [golang-github-peterbourgon-ff_3.4.0-2.dsc]
- [golang-github-peterbourgon-ff_3.4.0.orig.tar.gz]
- [golang-github-peterbourgon-ff_3.4.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Flags-first package for configuration (library)
The basic idea is that myprogram -h should always show the complete configuration "surface area" of a program. Therefore, every config parameter should be defined as a flag. This module provides a simple and robust way to define those flags, and to parse them from command-line arguments, environment variables, and/or config files.
Building a command-line application in the style of kubectl or docker? ff.Command offers a declarative approach that may be simpler to write, and easier to maintain, than many common alternatives.
その他の golang-github-peterbourgon-ff-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-pelletier-go-toml-dev
- Go library for the TOML format
-
- dep: golang-gopkg-yaml.v2-dev
- YAML support for the Go language