issues
search
9corp
/
9volt
A modern, distributed monitoring system written in Go
MIT License
168
stars
17
forks
source link
do not use kingpin's env var parsing for []string
#115
Closed
dselans
closed
7 years ago
dselans
commented
7 years ago
turns out that kingpin's envvar for .Strings() tries to split on newline. This doesn't work great if you are defining the vars via a yaml file, etc.; updated to use our own method -- ie. .Replace and .Split on
,
,