Inheritance: extends Kirby\Cli\Command
Example #1
0
 protected function dest()
 {
     return parent::dest() . '/' . $this->name();
 }
Example #2
0
 protected function configure()
 {
     parent::configure();
     $this->addOption('bare', 'b', InputOption::VALUE_NONE, 'Set to create a bare blueprint, without running the blueprint builder');
 }