The go-program library contains utilities to parse command line arguments. Compared to the standard flag package, go-program uses the same conventions than most UNIX programs.
Refer to the Go package documentation for information about the API.
See the cmd/examples directory for examples.
Go-program is open source software distributed under the ISC license.