套件: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