To-do
Usage: url_checker [options]
Checks for broken links on the pages provided (urls)
Options:
-s, --selector [css selector] CSS selector for only checking part of a page (such as: "main" for the <main> element).
-o, --output [file] File to output the results (default: "url_checker_results.csv")
-f, --format [format] File format to output the results (supports: "csv") (default: "csv")
-u, --url <url> URL of the page to check including protocol (such as https://www.example.com/index.html)
-h, --help display help for command