$this
public function moveToColumn(int $column) : static { $this->output ->write(\sprintf("\x1b[%dG", $column)); return $this; }