Registry / cli / carlmjohnson-flagext

carlmjohnson-flagext

JSON →
library0.22.1gogounverified

Extensions to the standard flag package with types implementing flag.Value.

go get github.com/carlmjohnson/flagext
INSTALL
IMPORT
SIG · CARLMJOHNSON-FLAGE
C
carlmjohnson-flagext
cligov0.22.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.

flagext
github.com/carlmjohnson/flagext

Use custom flag types from flagext.

package main import ( "flag" "github.com/carlmjohnson/flagext" ) func main() { var s flagext.String flag.Var(&s, "name", "a name") flag.Parse() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
carlmjohnson-flagext — go get carlmjohnson-flagext · libregistry