Function execStr

  • Execute command and get its output as string.

    Parameters

    • cmd: string

      command to execute

    • Optional options: ExecOptions

      exec options

    Returns string

    command output

Generated using TypeDoc