Literal

class Literal(val cmd: String) : CmdBuilder.Cmd

Represents a literal command.

Constructors

Link copied to clipboard
constructor(cmd: String)

Properties

Link copied to clipboard
private val cmd: String

Functions

Link copied to clipboard
fun toCmd(): String

Converts Cmd into expanded full command.

Link copied to clipboard

Converts Cmd into unexpanded literal command for all variants.