The command package provides enhanced command line parsing, built on top of and extending the flag package provided in Go's standard library.
go get github.com/michaeljpetter/command
Full go doc
style documentation for the package can be viewed online without
installing this package by using the GoDoc site here:
https://pkg.go.dev/github.com/michaeljpetter/command