without – format
poetry run gendiff ./tests/fixtures/file1.json ./tests/fixtures/file2.json
poetry run gendiff ./tests/fixtures/file1.yml ./tests/fixtures/file2.yml
with – format
poetry run gendiff –format plain ./tests/fixtures/file1.json ./tests/fixtures/file2.json
poetry run gendiff –format stylish ./tests/fixtures/file1.json ./tests/fixtures/file2.json
poetry run gendiff –format json ./tests/fixtures/file1.json ./tests/fixtures/file2.json
poetry run gendiff –format plain ./tests/fixtures/file1.yml ./tests/fixtures/file2.yml
poetry run gendiff –format stylish ./tests/fixtures/file1.yml ./tests/fixtures/file2.yml
poetry run gendiff –format json ./tests/fixtures/file1.yml ./tests/fixtures/file2.yml