Represents a CMD instruction.

Hierarchy

  • default
    • Cmd

Implements

Constructors

Methods

  • Returns exec form of shell command string.

    Parameters

    • shellCommand: string

    Returns string

  • Returns a new Cmd instruction with exec form of given command.

    Parameters

    • command: string

    Returns Cmd

  • Returns a new Cmd instruction with shell form of given command.

    Parameters

    • command: string

    Returns Cmd

Generated using TypeDoc