Variable
| Static Public Summary | ||
| public |
Command line options available |
|
Static Public
public CliOptions: Object source
import CliOptions from 'broken-link-checker-local/src/cliOptions.js'Command line options available
Properties:
| Name | Type | Attribute | Description |
| exclude | yargs.Option<String[]> |
|
A keyword/glob to match links against. Can be used multiple times. |
| exclude-external | yargs.Option<Boolean> |
|
Will not check external links. |
| exclude-internal | yargs.Option<Boolean> |
|
Will not check internal links. |
| filter-level | yargs.Option<Number> |
|
The types of tags and attributes that are considered links. |
| follow | yargs.Option<Boolean> |
|
Force-follow robot exclusions. |
| get | yargs.Option<Boolean> |
|
Change request method to GET. |
| recursive | yargs.Option<Boolean> |
|
Recursively scan "crawl" the HTML document(s). |
| user-agent | yargs.Option<String> |
|
The user agent to use for link checks. |
| verbose | yargs.Option<Boolean> |
|
Display excluded links. |
