Sets PTY mode.
$this
public function setPty(bool $bool) : static { $this->pty = $bool; return $this; }