Clears all the output from the current line.
$this
public function clearLine() : static { $this->output ->write("\x1b[2K"); return $this; }