/**
  * @param CommandInterface|CommitMsgCommand $command
  */
 public function handle(CommandInterface $command)
 {
     $this->commitMsgTool->run($command->getInput());
 }
 /**
  * @param CommandInterface|ConfigurationProcessorCommand $command
  */
 public function handle(CommandInterface $command)
 {
     $this->configurationProcessor->process($command->getInput());
 }