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

Method Names

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

All possible names for this flag

()

Source from the content-addressed store, hash-verified

106
107 // All possible names for this flag
108 Names() []string
109
110 // Whether the flag has been set or not
111 IsSet() bool

Callers 15

TestFlagsByNameFunction · 0.95
setupDefaultsMethod · 0.95
suggestFlagFunction · 0.65
suggestCommandFunction · 0.65
TestIntFlagFunction · 0.65
TestInt8FlagFunction · 0.65
TestInt16FlagFunction · 0.65
TestInt32FlagFunction · 0.65
TestInt64FlagFunction · 0.65
printFlagSuggestionsFunction · 0.65
offsetCommandsFunction · 0.65

Implementers 3

BoolWithInverseFlagflag_bool_with_inverse.go
extFlagflag_ext.go
customBoolFlagcommand_test.go

Calls

no outgoing calls

Tested by 15

TestFlagsByNameFunction · 0.76
TestIntFlagFunction · 0.52
TestInt8FlagFunction · 0.52
TestInt16FlagFunction · 0.52
TestInt32FlagFunction · 0.52
TestInt64FlagFunction · 0.52
TestCommand_FloatSliceFunction · 0.52
TestCommand_Float32SliceFunction · 0.52
TestCommand_Float64SliceFunction · 0.52
TestCommand_UintSliceFunction · 0.52
TestCommand_Uint8SliceFunction · 0.52