Add all file types download option

This commit is contained in:
hartator
2016-07-31 09:51:27 -05:00
parent b8f0bc46f3
commit 7ca5f579d5
3 changed files with 15 additions and 2 deletions

View File

@@ -30,6 +30,10 @@ option_parser = OptionParser.new do |opts|
options[:exclude_filter] = t
end
opts.on("-a", "--all", "Expand downloading to error files (40x and 50x) and redirections (30x)") do |t|
options[:all] = true
end
opts.on("-v", "--version", "Display version") do |t|
options[:version] = t
end