setName("facts"); $this->setDescription("List the facts as collected on this system"); } protected function execute(InputInterface $input, OutputInterface $output) { $facts = Facts::getSystemFacts()->getFlat(); print_r($facts); } }