option('stabile'); if (!$code) { $this->error('Specificare --stabile=CODICE'); return 1; } $path = $this->option('path'); $svc = new StabileEnrichmentService(); $res = $svc->enrich($code, $path); $this->info('Enrichment eseguito: ' . json_encode($res)); return 0; } }