Overrides OutputInterface::writeln
public function writeln(string|iterable $messages, int $options = self::OUTPUT_NORMAL) : void { $this->write($messages, true, $options); }