Clears all the output from the current line after the current position.
public function clearLineAfter() : self { $this->output ->write("\x1b[K"); return $this; }