allow using environment vars for configuration

fixes #151
This commit is contained in:
Will Norris 2019-06-09 21:02:21 +00:00
parent dfcfda52de
commit 50e0d1104d
7 changed files with 89 additions and 0 deletions

2
third_party/envy/README.md vendored Normal file
View file

@ -0,0 +1,2 @@
envy is a copy of https://github.com/jamiealquiza/envy without the cobra
support.