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

Method TakesValue

flag.go:124–124  ·  flag.go::DocGenerationFlag.TakesValue

TakesValue returns true if the flag takes a value, otherwise false

()

Source from the content-addressed store, hash-verified

122type DocGenerationFlag interface {
123 // TakesValue returns true if the flag takes a value, otherwise false
124 TakesValue() bool
125
126 // GetUsage returns the usage string for the flag
127 GetUsage() string

Callers 2

prepareFishFlagsFunction · 0.65
stringifyFlagFunction · 0.65

Implementers 1

BoolWithInverseFlagflag_bool_with_inverse.go

Calls

no outgoing calls

Tested by

no test coverage detected