示例#1
0
文件: Factory.php 项目: elepunk/oven
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $recipePath = $this->command->argument('path');
     $this->configurator->setup($recipePath);
     $this->command->say('info', "Your recipe path is now set to {$recipePath}");
 }