getList(); $this->info('Printers:'); foreach ($printers as $printer) { $this->info($printer->getName()); } return 0; } }