Ejemplo n.º 1
0
 /**
  * {@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}");
 }