webmozart / console

A usable, beautiful and easily testable console toolkit written in PHP.
MIT License
214 stars 58 forks source link

Table separator #24

Open MAXakaWIZARD opened 7 years ago

MAXakaWIZARD commented 7 years ago

Is there a way to render table separator, just like in Symfony Console?

$table->addRow(new TableSeparator);