Registry / cli / containous-flaeg

containous-flaeg

JSON →
library1.4.1gogounverified

A simple and flexible command-line flag parsing library for Go.

go get github.com/containous/flaeg
INSTALL
IMPORT
SIG · CONTAINOUS-FLAEG
C
containous-flaeg
cligov1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

flaeg
github.com/containous/flaeg

Parse command-line flags with flaeg.

package main import ( "fmt" "github.com/containous/flaeg" ) func main() { var name string flaeg.StringVar(&name, "name", "world", "your name") flaeg.Parse() fmt.Printf("Hello, %s!\n", name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
containous-flaeg — go get containous-flaeg · libregistry