rogpeppe / gnuflag

Go flag package with same API as stdlib flag but parsing GNU-style --flagname flags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gnuflag

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

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

The API is compatible with the standard flag package API.

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

About

Go flag package with same API as stdlib flag but parsing GNU-style --flagname flags

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%