Installer tweaks
This commit is contained in:
@ -22,7 +22,7 @@ class StatusCommand extends Command
|
||||
$stacks = $stackManager->getRegisteredStacks();
|
||||
|
||||
foreach ($stacks as $stack) {
|
||||
$output->writeln("<fg=yellow>\u{2bbb}</> <fg=white;options=bold>{$stack->getName()}</>");
|
||||
$output->writeln("<fg=cyan;options=bold>{$stack->getName()}</>");
|
||||
$table = $stack->getContainersTable($output);
|
||||
$table->setStyle('compact');
|
||||
$table->setColumnWidths([ 30, 20, 20, 0 ]);
|
||||
|
Reference in New Issue
Block a user