diff options
author | Alex Goodman <wgoodman@goodbox.(none)> | 2015-04-25 00:26:14 -0400 |
---|---|---|
committer | Alex Goodman <wgoodman@goodbox.(none)> | 2015-04-25 00:26:14 -0400 |
commit | fb4013c2378e11198c26cc618d7c0e4ce126cba9 (patch) | |
tree | 2565543168085d12578a75efb9b895e9a3e00dda | |
parent | 2c44bb77c7f241415a2101f6cb33edcdf976d622 (diff) | |
parent | 6bd34fb0a2ce9b3f881b53d8ccef76a2c9fa7564 (diff) | |
download | wsdiff-fb4013c2378e11198c26cc618d7c0e4ce126cba9.tar.gz wsdiff-fb4013c2378e11198c26cc618d7c0e4ce126cba9.tar.bz2 wsdiff-fb4013c2378e11198c26cc618d7c0e4ce126cba9.zip |
Merge remote branch 'origin'
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1 +1,19 @@ # diff2HtmlCompare + +A python script that takes two files and compares the differences between them (side-by-side) in an HTML format. + +###Usage +``` +diff2HtmlCompare.py [-h] [-v] file1 file2 + +positional arguments: + file1 source file to compare ("before" file). + file2 source file to compare ("after" file). + +optional arguments: + -h, --help show this help message and exit + -v show verbose output. +``` +### Example Output + + |