File "cli.php"

Full Path: /home/warrior1/public_html/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/cli.php
File size: 218 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Registers the CLI functionality.
 *
 * @package automattic/jetpack-waf
 */

namespace Automattic\Jetpack\Waf;

if ( defined( 'WP_CLI' ) && \WP_CLI ) {
	\WP_CLI::add_command( 'jetpack-waf', CLI::class );
}