#compdef deadfinder

_arguments \
  '--include30x[Include 30x redirections]' \
  '--concurrency[Number of concurrency]:number' \
  '--timeout[Timeout in seconds]:number' \
  '--output[File to write result]:file' \
  '--output_format[Output format]:string' \
  '--headers[Custom HTTP headers]:array' \
  '--worker_headers[Custom HTTP headers for workers]:array' \
  '--user_agent[User-Agent string]:string' \
  '--proxy[Proxy server]:string' \
  '--proxy_auth[Proxy server authentication]:string' \
  '--match[Match URL pattern]:string' \
  '--ignore[Ignore URL pattern]:string' \
  '--silent[Silent mode]' \
  '--verbose[Verbose mode]' \
  '--debug[Debug mode]' \
  '--limit[Limit number of URLs to scan]:number' \
  '--coverage[Enable coverage tracking]' \
  '--visualize[Generate visualization PNG]:file'
