You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell lychee to read cookies from the given file. Cookies will be stored in the cookie jar and sent with requests. New cookies will be stored in the cookie jar and existing cookies will be updated
589
590
591
+
--include-wikilinks
592
+
Check WikiLinks in Markdown files
593
+
590
594
-h, --help
591
595
Print help (see a summary with '-h')
592
596
@@ -710,6 +714,7 @@ which includes usage instructions.
710
714
## Pre-commit Usage
711
715
712
716
Lychee can also be used as a [pre-commit](https://pre-commit.com/) hook.
717
+
713
718
```yaml
714
719
# .pre-commit-config.yaml
715
720
repos:
@@ -722,6 +727,7 @@ repos:
722
727
```
723
728
724
729
Rather than running on staged-files only, Lychee can be run against an entire repository.
0 commit comments