init(); // Register WP-CLI commands when running under WP-CLI. if ( defined( 'WP_CLI' ) && WP_CLI ) { \WP_CLI::add_command( 'idrivee2', new CLI() ); } // Load the ROBOTSTXT auto-updater (external vendored library — see header in robotstxt-updater.php). require_once __DIR__ . '/robotstxt-updater.php'; \Robotstxt_Updater::init( __FILE__ );