We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7fd1a commit 70f33b5Copy full SHA for 70f33b5
README.md
@@ -28,3 +28,19 @@ This is simple link status checker for text/markdown files.
28
```
29
30
### Usage:
31
+```bash
32
+❯❯❯ linkstatus --help
33
+Usage: linkstatus [OPTIONS] [SOURCE]...
34
+
35
+ Check Link Status
36
37
+Options:
38
+ -r, --recursive Include all files from directories recursively
39
+ -t, --timeout INTEGER Request timeout (default 4 second)
40
+ --help Show this message and exit.
41
+```
42
43
+
44
45
46
+**Note: Skip `link` check for any line by adding `noqa` (no quality assurance) as inline comment.**
0 commit comments