gonetmon
gonetmon copied to clipboard
Use Flag to help with command line parsing
Greg,
One option would be to use flags like --device, --cidr etc and then instead of being count or order dependent you can use the Flag api to parse much easier.
https://golang.org/pkg/flag/
https://github.com/docopt/docopt.go
yes, I plan to do flags next