/**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setEntityType('EntityContent');
     $this->setCommandName('generate:entity:content');
     parent::configure();
     $this->addOption('has-bundles', null, InputOption::VALUE_NONE, $this->trans('commands.generate.entity.options.has-bundles'));
 }
 protected function configure()
 {
     $this->setEntityType('EntityContent');
     $this->setCommandName('generate:entity:content');
     parent::configure();
 }