Inheritance: extends Kirby\Cli\Command
Exemplo n.º 1
0
 protected function dest()
 {
     return parent::dest() . '/' . $this->name();
 }
Exemplo n.º 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');
 }