예제 #1
0
 /**
  * @{inheritdoc}
  */
 protected function configure()
 {
     $this->setDescription('Builds assets for to one or all projects');
     parent::configure();
 }
예제 #2
0
 /**
  * @{inheritdoc}
  */
 protected function configure()
 {
     $this->setDescription('Lints a file YAML and outputs encountered errors');
     parent::configure();
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setDescription('Install dependencies with composer and build assets.');
 }