hotfix: Added aliases, implemented new runners
This commit is contained in:
@ -26,8 +26,10 @@ class FactsCommand extends Command
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$facts = Facts::getSystemFacts()->getFlat();
|
||||
|
||||
print_r($facts);
|
||||
|
||||
foreach ($facts as $fact=>$value) {
|
||||
$output->writeln(" <comment>{$fact}</>: <info>{$value}</>");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user