Crates.io | wrake |
lib.rs | wrake |
version | 0.3.0 |
source | src |
created_at | 2021-11-23 20:45:34.515143 |
updated_at | 2021-11-27 16:07:36.064906 |
description | Collect links from the given URL |
homepage | https://www.github.com/dsaxton/wrake |
repository | https://www.github.com/dsaxton/wrake |
max_upload_size | |
id | 486519 |
size | 46,302 |
wrake 0.3.0
Collect links from the given URL
USAGE:
wrake [OPTIONS] --url <string>
OPTIONS:
-a, --user-agent <string> User agent header [default: wrake]
-d, --depth <integer> Recursion depth [default: 2]
-h, --help Print help information
-i, --insecure-proxy Accept invalid certificates for proxy
-n, --no-domain-filter Do not restrict recursion to original domain
-p, --proxy <string> Proxy through which to send requests
-u, --url <string> Target URL
-V, --version Print version information