/gnuflag

GNU-compatible flag handling with a stdlib-like API for Go

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Gnuflag

The gnuflag package is a fork of the Go standard library package that supports GNU-compatible flag syntax.

In particular, it supports --longflag and -l single-character flag syntax.

Full documentation can be found here: https://godoc.org/github.com/juju/gnuflag.