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

Method GetCategory

flag.go:187–187  ·  view source on GitHub ↗

Returns the category of the flag

()

Source from the content-addressed store, hash-verified

185type CategorizableFlag interface {
186 // Returns the category of the flag
187 GetCategory() string
188
189 // Sets the category of the flag
190 SetCategory(string)

Callers 1

Implementers 1

BoolWithInverseFlagflag_bool_with_inverse.go

Calls

no outgoing calls

Tested by

no test coverage detected