```
wrake 0.1.0
Collect links from the given URL
USAGE:
wrake [OPTIONS] --url
OPTIONS:
-a, --user-agent User agent header [default: wrake]
-d, --depth 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 Proxy through which to send requests
-u, --url Target URL
-V, --version Print version information
```