Registry / cli / gonuts-flag

gonuts-flag

JSON →
library0.1.0gogounverified

A command-line flag parsing package for Go, similar to the standard library flag package.

go get github.com/gonuts/flag
INSTALL
IMPORT
SIG · GONUTS-FLAG
G
gonuts-flag
cligov0.1.0
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.

flag
github.com/gonuts/flag

Defines a string flag and parses command-line arguments.

package main import ( "fmt" "github.com/gonuts/flag" ) func main() { name := flag.String("name", "World", "a name to greet") flag.Parse() fmt.Printf("Hello, %s!\n", *name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Amazon
1
Resources
gonuts-flag — go get gonuts-flag · libregistry