Cmd
Types
Link copied to clipboard
Represents a literal command.
Link copied to clipboard
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.