run() публичный Метод

public run ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface
 /**
  * @param CommandInterface|CommitMsgCommand $command
  */
 public function handle(CommandInterface $command)
 {
     $this->commitMsgTool->run($command->getInput());
 }