* Debug API CLI for LiteSpeed integration.
defined( 'WPINC' ) || exit();
* Constructor for Debug CLI.
public function __construct() {
Debug2::debug( 'CLI_Debug init' );
$this->report = Report::cls();
* # Send env report to LiteSpeed
* $ wp litespeed-debug send
$num = $this->report->post_env();
WP_CLI::success( 'Report Number = ' . $num );