mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
8 lines
348 B
Plaintext
8 lines
348 B
Plaintext
Package flags provides an extensive command line option parser. The
|
|
flags package is similar in functionality to the go built-in flag
|
|
package but provides more options and uses reflection to provide a
|
|
convenient and succinct way of specifying command line options.
|
|
|
|
Author: Jesse van den Kieboom
|
|
WWW: http://godoc.org/github.com/jessevdk/go-flags
|