软件包: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