상속: extends Kirby\Cli\Command
예제 #1
0
파일: Plugin.php 프로젝트: getkirby/cli
 protected function dest()
 {
     return parent::dest() . '/' . $this->name();
 }
예제 #2
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');
 }