Inheritance: extends Doctrine\ODM\MongoDB\Tools\Console\Command\Schema\AbstractCommand
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     DoctrineODMCommand::setApplicationDocumentManager($this->getApplication(), $input->getOption('dm'));
     parent::execute($input, $output);
 }