Skip to content

doubledutch/go-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Env

Read from the environment like you read from the command line with flag. Env is designed to be a drop in replacement for flag package.

Supported

  • String
  • StringVar
  • Int
  • IntVar
  • Bool
  • BoolVar

TODO

  • Usage
  • Bool variable doesn't need arg

Credits

Env is based upon:

Project: Golang Flag https://golang.org/src/flag/flag.go

Copyright 2009 The Go Authors. All rights reserved.

License (BSD) https://github.com/golang/go/blob/master/LICENSE

About

environment drop in replacement for flag

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages