Skip to content

Commit

Permalink
Split spidering options out into CLI::SpiderOptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 14, 2024
1 parent 9a44ae8 commit 8bc0e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ronin/web/cli/spider_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8bc0e4b

Please sign in to comment.