MCPcopy
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
60type commandCategory struct {
61 name string
62 commands []*Command
63}
64
65func (c *commandCategory) Name() string {
66 return c.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected