Skip to content
Snippets Groups Projects
Verified Commit ce015f5a authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent e97fe156
Branches
No related tags found
No related merge requests found
Pipeline #7467 passed
......@@ -137,6 +137,8 @@ Usage: index inspect [options] <url>
Check links in the given URL
Dedicated to Daria Bogatova ♥
Options:
-r, --recursive recursively check all links in all URLs within supplied host (default: false)
-t, --timeout <number> timeout in ms after which the link will be considered broken (default: 2000)
......
{
"name": "broken-links-inspector",
"version": "1.1.3",
"version": "1.1.4",
"description": "Extract and recursively check all URLs reporting broken ones",
"main": "dist/inspector.js",
"types": "dist/inspector.d.ts",
......
......@@ -6,7 +6,7 @@ import { Inspector, URLsMatchingSet } from "./inspector"
import { ConsoleReporter, JUnitReporter } from "./report"
commander
.version("1.1.3")
.version("1.1.4")
.description("Extract and recursively check all URLs reporting broken ones\n\nDedicated to Daria Bogatova \u2665")
commander
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment