Registry / cli / voxelbrain-goptions

voxelbrain-goptions

JSON →
library0.0.0-20180630082107-58cddc247ea2gogounverified

Flexible parser for command line options.

go get github.com/voxelbrain/goptions
INSTALL
IMPORT
SIG · VOXELBRAIN-GOPTION
V
voxelbrain-goptions
cligov0.0.0-20180630082107-58cddc247ea2
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.

goptions
github.com/voxelbrain/goptions

Parse command-line options into a struct.

package main import ( "fmt" "github.com/voxelbrain/goptions" ) func main() { var opts struct { Name string `goptions:"-n, --name"` } goptions.ParseAndFail(&opts) fmt.Println(opts.Name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180630082107-58cddc247ea2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
31
OpenAI (training)
1
Resources
voxelbrain-goptions — go get voxelbrain-goptions · libregistry