alecthomas / alecthomas/kingpin
export envVarValuesSeparator
Open
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.