Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ commandCategory
Struct
commandCategory
category.go:60–63 · category.go::commandCategory
Source
from the content-addressed store, hash-verified
58
}
59
60
type
commandCategory
struct
{
61
name string
62
commands []*Command
63
}
64
65
func
(c *commandCategory) Name() string {
66
return
c.name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected