configure() protected method

protected configure ( )
Example #1
0
 protected function configure()
 {
     parent::configure();
     $this->addOption('bare', 'b', InputOption::VALUE_NONE, 'Set to create a bare blueprint, without running the blueprint builder');
 }