Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Last active June 13, 2020 15:06
Show Gist options
  • Select an option

  • Save eS-IT/fc32b7681593b89a1df6183d9e83dbdc to your computer and use it in GitHub Desktop.

Select an option

Save eS-IT/fc32b7681593b89a1df6183d9e83dbdc to your computer and use it in GitHub Desktop.
<?php
$this->io->definitionList(
'This is a title',
['foo1' => 'bar1'],
['foo2' => 'bar2'],
['foo3' => 'bar3'],
new \Symfony\Component\Console\Helper\TableSeparator(),
'This is another title',
['foo4' => 'bar4']
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment