Overwrites the previous output with a new message.
public function overwrite(string|iterable $message) : void { $this->clear(); $this->writeln($message); }