Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Spatially/go-flagged
/ functions
Functions
11 in github.com/Spatially/go-flagged
⨍
Functions
11
◇
Types & classes
5
↓ 1 callers
Function
Parse
Pass a pointer to the flagged-tagged struct and Parse will register all the flags. Given a tagged struct: var setting struct { aString string `us
flagged.go:124
↓ 1 callers
Function
ParseWithPrefix
Pass a pointer to the flagged-tagged struct and a prefix string and ParseWithPrefix will register all the flags prefixed with `prefix`.
flagged.go:195
↓ 1 callers
Method
get
(key string, def string)
flagged.go:70
↓ 1 callers
Function
getenvironment
(data []string, getkeyval func(item string) (key, val string))
flagged.go:79
↓ 1 callers
Function
parser
(value_ interface{}, prefix string, parent parental, env environment)
flagged.go:279
↓ 1 callers
Function
unpack
(s []string, vars ...positional)
flagged.go:129
↓ 1 callers
Function
usage
()
flagged.go:96
Function
Program
Returns the executable's basename and absolute path.
flagged.go:53
Function
TestFlagged
(t *testing.T)
flagged_test.go:55
Function
init
()
flagged.go:33
Function
main
()
ex/main.go:79