setName('doctrine:cache:clear-metadata') ->setDescription('Clears all metadata cache for an entity manager'); if ($this->getDefinition()->hasOption('em')) { return; } $this->addOption('em', null, InputOption::VALUE_OPTIONAL, 'The entity manager to use for this command'); } }