|
|
@ -22,10 +22,11 @@ go get -u github.com/raviqqe/liche |
|
|
Link checker for Markdown and HTML |
|
|
Link checker for Markdown and HTML |
|
|
|
|
|
|
|
|
Usage: |
|
|
Usage: |
|
|
liche [-c <num-requests>] [-t <timeout>] [-v] <filenames>... |
|
|
liche [-c <num-requests>] [-r] [-t <timeout>] [-v] <filenames>... |
|
|
|
|
|
|
|
|
Options: |
|
|
Options: |
|
|
-c, --concurrency <num-requests> Set max number of concurrent HTTP requests. [default: 32] |
|
|
-c, --concurrency <num-requests> Set max number of concurrent HTTP requests. [default: 32] |
|
|
|
|
|
-r, --recursive Search Markdown and HTML files recursively |
|
|
-t, --timeout <timeout> Set timeout for HTTP requests in seconds. Disabled by default. |
|
|
-t, --timeout <timeout> Set timeout for HTTP requests in seconds. Disabled by default. |
|
|
-v, --verbose Be verbose. |
|
|
-v, --verbose Be verbose. |
|
|
``` |
|
|
``` |
|
|
|