titan-x / titan

Messaging server with mobile and browser support.
MIT License
2 stars 3 forks source link

Evaluate env variable parser libraries #69

Closed soygul closed 8 years ago

soygul commented 8 years ago

..so we can have stuff like:

var args struct {
    Foo string `arg:"required",default:"wow"`
    Bar bool
}

both from command line and env variables. Sample libs:

soygul commented 8 years ago

Closing as a dupe of #45