Skip to content

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

License

Notifications You must be signed in to change notification settings

rogpeppe/gnuflag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages