kingpin icon indicating copy to clipboard operation
kingpin copied to clipboard

export envVarValuesSeparator

Open mschneider82 opened this issue 7 years ago • 0 comments

I just failed to configure multiple values for .Strings() with an systemd EnvironmentFile= it is not possible to use \n there.

It would be great if we could change the value of envVarValuesSeparator with a Setter() or by exporting the variable. Another solution would be to introduce a new fluent .EnvSeparator()

https://github.com/alecthomas/kingpin/blob/master/envar.go#L9

mschneider82 avatar Oct 08 '18 07:10 mschneider82