Registry / config / jamiealquiza-envy

jamiealquiza-envy

JSON →
library1.1.0gogounverified

Package envy automatically exposes environment variables for all of your flags.

go get github.com/jamiealquiza/envy
INSTALL
IMPORT
SIG · JAMIEALQUIZA-ENVY
J
jamiealquiza-envy
configgov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

envy
github.com/jamiealquiza/envy

Automatically bind environment variables to flags with a prefix

package main import ( "flag" "github.com/jamiealquiza/envy" ) func main() { var port int flag.IntVar(&port, "port", 8080, "server port") envy.Parse("MYAPP") flag.Parse() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
OpenAI (training)
1
Resources