rtfpessoa / diff2html-cli

Pretty diff to html javascript cli (diff2html-cli)
https://diff2html.xyz
MIT License
521 stars 50 forks source link

Allow setting page title and header from command line #131

Closed pazner closed 2 years ago

pazner commented 2 years ago

Thanks for the great utility!

This PR adds a -t/--title flag that lets you change the page title and header in the HTML output. If no -t option is given, then the new output is unchanged from what it is currently.

Related issues: #33, #34.