File: README.md

package info (click to toggle)
golang-github-juju-gnuflag 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
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.