kingpin
kingpin copied to clipboard
export envVarValuesSeparator
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