Clears the entire screen.
$this
public function clearScreen() : static { $this->output ->write("\x1b[2J"); return $this; }