cli.php 218 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?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 ); }