html-validator-cli
html-validator-cli copied to clipboard
Does this CLI support offline validation?
Looking at the README for the underlying library html-validator, that mentions offline validation (called WHATWG?), but does this CLI support that?
I tried
$ html-validator --validator WHATWG --file path/to/x.html
but it doesn't like that:
Error: Invalid URI "WHATWG"
The cli is lagging a bit behind the library I'm afraid. One of the reasons are the use of the other validator you try to use here. I have not got the time to do the testing required.
The usually story of real life and open source on the side I guess 🤷🏻 PRs are welcome though :-)
No worries, thanks for the the response