protected function dest() { return parent::dest() . '/' . $this->name(); }
protected function configure() { parent::configure(); $this->addOption('bare', 'b', InputOption::VALUE_NONE, 'Set to create a bare blueprint, without running the blueprint builder'); }