lordmauve / flake8-html

Generate HTML reports of flake8 violations
Other
52 stars 17 forks source link

Accept a CLI parameter to set page title #7

Closed lordmauve closed 7 years ago

lordmauve commented 7 years ago

When running flake8-html for a number of projects, we need a unique title to distinguish which codebase a project belongs to.

For example, pass

--html-title "My Project flake8 violations"

to set that title both in the <title> and <h1> elements in the rendered HTML.