MCPcopy
hub / github.com/urfave/cli / Name

Method Name

category.go:55–55  ·  view source on GitHub ↗

Name returns the category name string

()

Source from the content-addressed store, hash-verified

53type CommandCategory interface {
54 // Name returns the category name string
55 Name() string
56 // VisibleCommands returns a slice of the Commands with Hidden=false
57 VisibleCommands() []*Command
58}

Callers 6

LessMethod · 0.65
TypeNameMethod · 0.65
tracefFunction · 0.65
TestTracingFunction · 0.65

Implementers 1

commandCategorycategory.go

Calls

no outgoing calls

Tested by 3

TestTracingFunction · 0.52