File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ FLAGS:
217217 --exclude-private Exclude private IP address ranges from checking
218218 --glob-ignore-case Ignore case when expanding filesystem path glob inputs
219219 --help Prints help information
220+ --html Treat the input as HTML
220221 --include-verbatim Find links in verbatim sections like `pre`- and `code` blocks
221222 -i, --insecure Proceed for server connections considered insecure (invalid TLS)
222223 -n, --no-progress Do not show progress bar.
@@ -273,9 +274,9 @@ ARGS:
273274### Ignoring links
274275
275276You can exclude links from getting checked by specifying regex patterns
276- with ` --exclude ` (e.g. ` --exclude example\.(com|org) ` ).
277+ with ` --exclude ` (e.g. ` --exclude example\.(com|org) ` ).
277278If a file named ` .lycheeignore ` exists in the current working directory, its
278- contents are excluded as well. The file allows you to list multiple regular
279+ contents are excluded as well. The file allows you to list multiple regular
279280expressions for exclusion (one pattern per line).
280281
281282### Caching
You can’t perform that action at this time.
0 commit comments