/**
  * @param CommandInterface|PrePushToolCommand $command
  */
 public function handle(CommandInterface $command)
 {
     $this->prePushTool->execute($command->getRemote(), $command->getUrl());
 }