MCPcopy
hub / github.com/spf13/cobra / byName

TypeAlias byName

doc/util.go:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type byName []*cobra.Command
49
50func (s byName) Len() int { return len(s) }
51func (s byName) Swap(i, j int) { s[i], s[j] = s[j], s[i] }

Callers 4

genManFunction · 0.85
GenYamlCustomFunction · 0.85
GenReSTCustomFunction · 0.85
GenMarkdownCustomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected