Skip to content

IoannP/backend-project-lvl2

Repository files navigation

Maintainability Test Coverage Lint-test

GENDIFF

Get difference between two files.

Usage

  • gendiff -h   # to get help
  • gendiff -V   # to get version
You may get the difference in three formats: json, plain and tree
  • gendiff - f tree <first file> <second file>   # to get difference in tree format. The tree format is default, you can use it without flag   gendiff <first file> <second file>
  • gendiff -f plain <some file> <another file> # to get difference in plain format
  • gendiff -f json <some file> <another file> # to get difference in json format
Formats

asciicast

JSON files

asciicast

YML files

asciicast

INI files

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors