init(); // Register WP-CLI commands when running under WP-CLI. if ( defined( 'WP_CLI' ) && WP_CLI ) { \WP_CLI::add_command( 'idrivee2', new CLI() ); }