Comparison of two files. The output data with specified format type.
pip install git+https://github.com/DemetriusStorm/python-project-lvl2
Usage: gendiff [-h] [-f [--format] FORMAT] first_file second_file
Format comparing files supports are: '.json'
, '.yml'
Getting help:
gendiff -h
Run with the DEFAULT output format (stylish). Or with specify formats:
gendiff first_file second_file
Stylish output, plain text output or json output
gendiff --format=stylish first_file second_file
gendiff --format=plain first_file second_file
gendiff --format=json first_file second_file
This is ascinema demo video show you how to download, install and use package ‘gendiff’.