예제 #1
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('manifest:run')->setDescription('Run a specific manifest')->addArgument('name', InputArgument::OPTIONAL, 'Name of the manifest')->addOption('input', 'i', InputOption::VALUE_OPTIONAL, 'Input data');
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('manifest:list')->setDescription('List registered manifests');
 }
예제 #3
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('manifest:describe')->setDescription('Describe a specific manifest')->addArgument('name', InputArgument::OPTIONAL, 'Name of the manifest');
 }