/**
  * @param CommandInterface|GuardCoverageCommand $command
  */
 public function handle(CommandInterface $command)
 {
     $this->guardCoverageTool->run($command->getWarningMessage());
 }