Categorygithub.com/gilcu2/topdiffxml
module
0.5.6
Repository: https://github.com/gilcu2/topdiffxml.git
Documentation: pkg.go.dev

# README

topdiffxml: CLI that generate top differences between 2 xml documents

topdiffxml command compares 2 xml files and return the top differences. Top means that if the corresponding nodes of the xml files are different then the differences between its subnodes are not showed.

Install

  1. brew tap gilcu2/packages
  2. brew install topdiffxml

Usage

topdiffxml <file1.xml> <file2.xml>

Constributions

  • Ensure 100% coverage
  • Added to CHANGELOG Unreleased

# Packages

topdiffxml command compares 2 xml files and return the top differences.