Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ defaultFlagCategories
Struct
defaultFlagCategories
category.go:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
type
defaultFlagCategories
struct
{
92
m
map
[string]*defaultVisibleFlagCategory
93
}
94
95
func
newFlagCategories() FlagCategories {
96
return
&defaultFlagCategories{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected