Skip to content

Instantly share code, notes, and snippets.

@fumikito
Created May 13, 2015 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fumikito/87e072fe4d7b0779a947 to your computer and use it in GitHub Desktop.
Save fumikito/87e072fe4d7b0779a947 to your computer and use it in GitHub Desktop.
Show table on WP_CLI
<?php
$table = new \cli\Table();
$table->setHeaders( $header );
$table->setRows( $body );
$table->display();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment