The full command surface in one place.
The site reference mirrors the current CLI help text and repo documentation, with a little extra context around report formats and generated output.
Syntax
argiope <command> <url> [options]
argiope library [dir]Most workflows start from a URL with `check` or `images`. The `library` command operates on a local directory instead.
Commands
Crawl a website and report broken links.
Download images and generate an HTML browser for the output tree.
Generate or regenerate the HTML browser for an existing directory.
Options
Maximum crawl depth. Default: `3`.
Request timeout in seconds. Default: `10`.
Delay between requests in milliseconds. Default: `100`.
Output directory for downloads. Default: `./download`.
Chapter range to download for MangaFox input URLs.
Print each URL as it is checked or discovered.
Crawl URLs concurrently for better throughput.
Write a report to the given path instead of standard output.
Choose `text`, `markdown`, or `html`. Default: `text`.
Include successful links in report output.
Show help text.
Show the current CLI version.
Report formats
Indented text output for logs and terminal-oriented review.
GitHub-friendly summary output for PR comments and wiki pages.
Self-contained report with inline CSS and visual status treatment.
Examples
argiope check https://example.com
argiope check https://example.com --depth 5 --timeout 15
argiope check https://example.com --report report.md --report-format markdown
argiope check https://example.com --report report.html --report-format html --include-positives
argiope images https://example.com/gallery -o ./images
argiope images https://fanfox.net/manga/naruto --chapters 1-10 -o ./manga
argiope library ./manga