na-ka-na / ExcelCompare

Command line tool (and API) for diffing Excel Workbooks
812 stars 102 forks source link

Bug unified diff format does not work #67

Open jiangtianli91 opened 2 months ago

jiangtianli91 commented 2 months ago

I tried unified diff-format but the flag is not interpreted correctly. I also put the flag at the end, but this just gives the default format

$ excel_cmp --diff-format=unified all_stimuli.xlsx all_stimuli_cleaned.xlsx
File: --diff-format=unified does not exist.
tangruize commented 2 months ago

The readme file has a typo. It should be --diff_format=unified as explained in the release page.