configure() protected méthode

See also: Command
protected configure ( )
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('oro:assets:install');
     $this->addOption('exclude', null, InputOption::VALUE_IS_ARRAY | InputOption::VALUE_OPTIONAL, 'A list of bundle names which assets should be skipped');
 }