Pborman Getopt Versions Save

getopt style option parsing for Go

v2.1.0

3 years ago

This release is to keep go modules happy.

Apparently you cannot have a v2 sub-directory unless you have a v2.x.x. tag. Unfortunately other things see this tag and claim getopt.v2 exists along with getopt/v2.

v1.1.0

3 years ago

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).

v1.0.0

3 years ago

Hopefully getopt will now work with go modules.