Releases: pborman/getopt
Releases · pborman/getopt
Trying to make go modules somewhat happy.
Add Mandatory and Radio Group options
This release introduces mandatory options and radio group options.
Any mandatory option not seen during parsing will cause an error.
At most one option from a radio group may be specified (mutually exclusive options).
go.mod release
Hopefully getopt will now work with go modules.