clikt / com.github.ajalt.clikt.parameters.options / OptionWithValues / envvarSplit

envvarSplit

val envvarSplit: Regex

The pattern to split envvar values on. If the envvar splits into multiple values, each one will be treated like a separate invocation of the option.

Property

envvarSplit - The pattern to split envvar values on. If the envvar splits into multiple values, each one will be treated like a separate invocation of the option.