svenkreiss / html5validator

Command line tool to validate HTML5 files. Great for continuous integration.
MIT License
314 stars 34 forks source link

Addition of configuration file option #74

Closed Cyb3r-Jak3 closed 3 years ago

Cyb3r-Jak3 commented 3 years ago

Notable Changes:

svenkreiss commented 3 years ago

Thanks! This looks good to me.

This also adds --log-file. Did you come across a use-case where this is better than the previous unix command that you had?

Cyb3r-Jak3 commented 3 years ago

--log-file is a better solution for windows as I do not know a way to use |& tee in Powershell.

svenkreiss commented 3 years ago

Indeed. Great. Going to merge this now. Thanks again!