Clears all the output from the cursors' current position to the end of the screen.
$this
public function clearOutput() : static { $this->output ->write("\x1b[0J"); return $this; }