WithVar
class WithVar(val v: CmdUtils.Var, val cmd: String, expand: CmdUtils.Var.(String) -> String) : CmdBuilder.Cmd
Represents a command associated with a Var
with corresponding expand logic specified.
Represents a command associated with a Var
with corresponding expand logic specified.