Difference Calculator is a program that compares two data structures.
- Available input formats: yaml, json.
- Available output formats: json, plain-text and diff-tree (stylish) format.
$ gendiff -h
Usage: gendiff [options] <filepath1> <filepath2>
Compares two configuration files and shows a difference.
Options:
-V, --version output the version number
-f, --format [type] output format (default: "stylish")
-h, --help display help for command