svenkreiss / html5validator

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

CLI argument mismatch #21

Closed Lucas-C closed 8 years ago

Lucas-C commented 8 years ago

https://github.com/svenkreiss/html5validator/blob/master/html5validator/cli.py#L25

--show-warnings gets stored into args.error_only.

Lucas-C commented 8 years ago

My bad, I missed the action=store_false. Closing this