Ejemplo n.º 1
0
 protected function configure()
 {
     parent::configure();
     $this->setName('satis:build');
     $def = $this->getDefinition();
     $args = $def->getArguments();
     $args['file'] = new InputArgument('file', InputArgument::OPTIONAL, 'Satis configuration file. If left blank, one will be generated.');
     $def->setArguments($args);
 }
Ejemplo n.º 2
0
 protected function configure()
 {
     parent::configure();
     $this->setName('satis:build');
 }