configure() protected method

protected configure ( )
コード例 #1
0
ファイル: Blueprint.php プロジェクト: getkirby/cli
 protected function configure()
 {
     parent::configure();
     $this->addOption('bare', 'b', InputOption::VALUE_NONE, 'Set to create a bare blueprint, without running the blueprint builder');
 }