Kingpin is a fluent-style, type-safe command-line parser. It supports flags,
nested commands, and positional arguments.
This package provides symbolic links that alias the following Go import paths to
gopkg.in/alecthomas/kingpin.v2:
– github.com/alecthomas/kingpin/v2
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
gopkg.in/alecthomas/kingpin.v2.