rtfpessoa / diff2html

Pretty diff to html javascript library (diff2html)
https://diff2html.xyz
MIT License
2.79k stars 272 forks source link

Unknown argument: diff.txt #491

Closed chuckkahn closed 11 months ago

chuckkahn commented 1 year ago

Trying to use commandline.

diff2html -i file diff.txt

Unknown argument: diff.txt

How is the name of the diff file an argument?

v5.2.9

rtfpessoa commented 11 months ago

👋 diff2html -i file -- diff.txt should do what you need.

You can see all the docs for the cli in the other repo here

Let me know if I can help with something else.