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