This is a training project on Hexlet platform. It is a console diff generator for JSON, YAML and INI files.
make install
Usage: gendiff [-V] [-f] [-h] <filepath1> <filepath2>
Compares two configuration files and shows a difference.
Options:
-V, --version output the version number
-f, --format [output format] output format: stylish, plain or json (default: "stylish")
-h, --help display help for command