[ trixie ]
[ sid ]
[ 源代码: golang-github-jamiealquiza-envy ]
软件包:golang-github-jamiealquiza-envy-dev(1.1.0-2)
golang-github-jamiealquiza-envy-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-jamiealquiza-envy:
- [golang-github-jamiealquiza-envy_1.1.0-2.dsc]
- [golang-github-jamiealquiza-envy_1.1.0.orig.tar.gz]
- [golang-github-jamiealquiza-envy_1.1.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
expose environment variables for Go flags (library)
Envy automatically exposes environment variables for all of your Go flags Envy takes a namespace prefix that will be used for environment variable lookups. Each flag registered in your app will be prefixed, uppercased, and hyphens exchanged for underscores; if a matching environment variable is found, it will set the respective flag value as long as the value is not otherwise explicitly set (see usage for precedence).
其他与 golang-github-jamiealquiza-envy-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-spf13-cobra-dev
- Go library for creating powerful modern Go CLI applications
-
- dep: golang-github-spf13-pflag-dev
- Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags