associate With
inline fun <V> RawOption.associateWith(delimiter: String = "=", crossinline valueSelector: (String) -> V): OptionWithValues<Map<String, V>, Pair<String, V>, Pair<String, V>>
Change this option to take multiple values, each split on a delimiter, its second value converted with the valueSelector, and converted to a map.