Documentation
¶
Index ¶
Constants ¶
View Source
const Version = `v1.0.0`
Version is the current version of mapcidr
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnResultCallback ¶
type Options ¶
type Options struct {
FileInput goflags.StringSlice
Resolvers goflags.StringSlice
Asn goflags.StringSlice
Domain goflags.StringSlice
Ip goflags.StringSlice
Org goflags.StringSlice
Proxy goflags.StringSlice
OutputFile string
Output io.Writer
DisplayInJSON bool
DisplayInCSV bool
Silent bool
Verbose bool
Version bool
DisplayIPv6 bool
OnResult OnResultCallback
}
func ParseOptions ¶
func ParseOptions() *Options
ParseOptions parses the command line options for application
Click to show internal directories.
Click to hide internal directories.