Hexlet tests and linter status: Linttest status Codeclimate Usage show help bin/gendiff -h show version bin/gendiff -v show diff between files firstFile, secondFile - paths to files fmt - format (default - stylish) bin/gendiff --format <fmt> <firstFile> <secondFile> demo show help bin/gendiff -h show stylish diff between two simple json files bin/gendiff ./tests/fixtures/file1.json ./tests/fixtures/file2.json show stylish diff between two complex json files bin/gendiff ./tests/fixtures/complexFile1.json ./tests/fixtures/complexFile2.json show plain diff between two complex json files bin/gendiff --format plain ./tests/fixtures/complexFile1.json ./tests/fixtures/complexFile2.json show json diff between two complex yaml files bin/gendiff --format json ./tests/fixtures/complexFile1.yml ./tests/fixtures/complexFile2.yaml