コード例 #1
0
ファイル: BuildCommand.php プロジェクト: Barbarrosa/packages
 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);
 }
コード例 #2
0
ファイル: BuildCommand.php プロジェクト: Bonscho/packages
 protected function configure()
 {
     parent::configure();
     $this->setName('satis:build');
 }