] * : Render the output in a particular format. * --- * default: table * options: * - table * - csv * - json * - yaml * --- */ public function status( $args, $assoc_args ) { $runner = new Status( WP_CLI\Utils\get_flag_value( $assoc_args, 'format' ) ); $runner->run(); } } WP_CLI::add_command( 'health-check', __NAMESPACE__ . '\\CLI' );