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

Method VisibleCommands

category.go:57–57  ·  category.go::CommandCategory.VisibleCommands

VisibleCommands returns a slice of the Commands with Hidden=false

()

Source from the content-addressed store, hash-verified

55 Name() string
56 // VisibleCommands returns a slice of the Commands with Hidden=false
57 VisibleCommands() []*Command
58}
59
60type commandCategory struct {

Callers 4

helpCommandActionFunction · 0.65
DefaultShowCommandHelpFunction · 0.65
TestCommandCategoriesFunction · 0.65
VisibleCategoriesMethod · 0.65

Implementers 1

commandCategorycategory.go

Calls

no outgoing calls

Tested by 1

TestCommandCategoriesFunction · 0.52