/envflag

Apply environment variables to the standard Go flag package

Primary LanguageGoApache License 2.0Apache-2.0

envflag

Applies environment variables to the standard Go flag package

Build Status

usage:

import "github.com/peak6/envflag"

func main() {
	envflag.Parse()
}