aswinkarthik / csvdiff

A fast diff tool for comparing csv files
https://aswinkarthik.github.io/csvdiff/
MIT License
532 stars 57 forks source link

Include option does not work with word-diff or color-words #24

Closed koterpillar closed 5 years ago

koterpillar commented 5 years ago

When using --include 0 --format word-diff, all columns are output, instead of only the differences in column 0.

aswinkarthik commented 5 years ago

This is a bug. I will fix it.