Project contains a command line application (picocli based) for calculating difference in given 2 files. App consume two Strings (file names) and format option (-f, --format) which will determine the output format. If no format given output given - stylish is default output mode. To see the help message call the app with -h option.
- Two flat json files comparing demo with default stylish output:
- Two flat yaml files comparing demo with default stylish output:
- Two nested files (json and yaml) comparing demo with default stylish output:
- Two nested files comparing demo with plain output option:
- Two nested files comparing demo with json output option: