Result

constructor(v: CmdUtils.Var, fileNameConvention: CmdUtils.Var.() -> String, envVarNameConvention: CmdUtils.Var.() -> String, transform: CmdUtils.Var.(List<String>) -> T = { it as T })

Parameters

T

output type of the result: list of string or string etc.