Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultTimeout = 10 DefaultConcurrency = 50 DefaultRateLimit = 0 )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Input string FileInput string FileOutput string Hash goflags.StringSlice Verbose bool Output io.Writer Silent bool Concurrency int Timeout int Cidr bool RateLimit int Proxy string JSON bool }
Options struct specifies how the tool will behave.
func ParseOptions ¶
func ParseOptions() *Options
ParseOptions parses the command line options for application.
Click to show internal directories.
Click to hide internal directories.