Example #1
0
 /**
  * configureOptionals
  *
  * @see PommAwareCommand
  */
 protected function configureOptionals()
 {
     parent::configureOptionals()->addArgument('schema', InputArgument::OPTIONAL, 'Schema of the relation.', 'public')->addOption('flexible-container', null, InputOption::VALUE_REQUIRED, 'Use an alternative flexible entity container', 'PommProject\\ModelManager\\Model\\FlexibleEntity');
     return $this;
 }