$this->progressPrinter->print($buffer), default => $this->outputPrinter->print($buffer), }; } public function flush(): void { $this->progressPrinter->flush(); $this->outputPrinter->flush(); } }