This is my second Hexlet project - Generator of difference.
Difference calculator is a console utility designed to calculate and display the difference between two data structures. The utility can display the difference in 2 formats.
Supporting formats: JSON, YML, YAML
Install of all dependencies: make install
$ gendiff <filepath1> <filepath2>:
show diff with default format$ gendiff -f, --format [plain, json] <filepath1> <filepath2>:
show diff with plain or json format$ gendiff -h, --help:
display help for command