-
-
Notifications
You must be signed in to change notification settings - Fork 197
Labels
Description
--cache-exclude-status <CACHE_EXCLUDE_STATUS> A list of status codes that will be ignored from the cache The following exclude range syntax is supported: [start]..[[=]end]|code. Some valid examples are: - 429 (excludes the 429 status code only) - 500.. (excludes any status code >= 500)
looks like this should work
$ lychee -- --config tools/lychee/config.toml --cache --cache-exclude-status '500..' .
warning: Git tree '/home/katexochen/edgelesssys/contrast' is dirty
error: invalid value '500..' for '--cache-exclude-status <CACHE_EXCLUDE_STATUS>': failed to parse accept range: no range pattern found
For more information, try '--help'.
error: Recipe `check-links` failed on line 385 with exit code 2
$ lychee -- --version
lychee 0.18.1
Reactions are currently unavailable