Skip to content

Usage

By running muffy --help in your terminal, you can see help messsages for the basic usage of Muffy.

The static website validator
Usage: muffy [OPTIONS] <URL>...
Arguments:
<URL>...
Website URLs
Options:
--cache
Use a persistent cache
--max-age <MAX_AGE>
Set a maximum cache age in seconds
[default: 3600]
--format <FORMAT>
Set an output format
[default: text]
Possible values:
- text: Human-readable text
- json: JSON
--accept-status <ACCEPT_STATUS>
Set accepted status codes
[default: 200]
--accept-scheme <ACCEPT_SCHEME>
Set accepted schemes
[default: http https]
--header <HEADER>
Set request headers
--max-redirects <MAX_REDIRECTS>
Set a maximum number of redirects
[default: 16]
--exclude-link <EXCLUDE_LINK>
Set patterns to exclude URLs
--verbose
Be verbose
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version