zgrab2
zgrab2 copied to clipboard
Add Usage to modules
zflags provides a Usage interface to get example usage for command-line options (https://github.com/ajholland/zflags/blob/master/command.go#L61); if the Flags provide provide a Usage() string
method, this will be picked up automatically.