The second Hexlet python developer project.
Calculate any difference between 2 files and show them
make install
usage: gendiff [-h] [-f FORMAT] first_file second_file
Generate diff
positional arguments:
first_file
second_file
optional arguments:
-h, --help show this help message and exit\
-f FORMAT, --format FORMAT\
set format of output. Possible values:stylish, plain, json
You may execute
make lint
to run flake8