$this
public function moveLeft(int $columns = 1) : static { $this->output ->write(\sprintf("\x1b[%dD", $columns)); return $this; }