From 8bc0e4ba910a9d87c9a007d96c5cf83a3d6d0217 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Thu, 13 Jul 2023 00:24:48 -0700 Subject: [PATCH] Split spidering options out into `CLI::SpiderOptions`. --- lib/ronin/web/cli/spider_options.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ronin/web/cli/spider_options.rb b/lib/ronin/web/cli/spider_options.rb index 36feab52..a8787166 100644 --- a/lib/ronin/web/cli/spider_options.rb +++ b/lib/ronin/web/cli/spider_options.rb @@ -56,6 +56,7 @@ def self.included(command) usage: 'URL' }, desc: 'Spiders the website, starting at the URL' + command.option :open_timeout, value: { type: Integer, usage: 'SECS',