Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
185
type
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
newFlagCategoriesFromFlags
Function · 0.65
Implementers
1
BoolWithInverseFlag
flag_bool_with_inverse.go
Calls
no outgoing calls
Tested by
no test coverage detected