You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
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
The text was updated successfully, but these errors were encountered: