@ulisesantana/diff-lines
v1.0.9
Published
This project make a diff between two files and extract the unique and common lines based only on values instead of values and position.
Downloads
3
Readme
diff-lines
This project make a diff between two files and extract the unique and common lines based only on values instead of values and position.
Usage
USAGE: node diff-lines [OPTION1] [OPTION2]... arg1 arg2...
The following options are supported:
-c, --common Generate report with common values
-o, --output <ARG1> File where the report will be written
-u, --unique Generate report with unique values