class WPScan::Controllers
Override to set the OptParser's summary width to 45 (instead of 40 from the CMSScanner)
Public Class Methods
new(option_parser = OptParseValidator::OptParser.new(nil, 45))
click to toggle source
Calls superclass method
# File lib/wpscan/controllers.rb, line 6 def initialize(option_parser = OptParseValidator::OptParser.new(nil, 45)) super(option_parser) end