info('Loading plugins...'); try { Plugins::load(); } catch (Exception $e) { $this->output->error($e->getMessage()); return; } Plugins::cleanup(); $this->info('Plugins loaded successfully.'); } }