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

Interface Value

flag_impl.go:14–17  ·  flag_impl.go::Value

Value represents a value as used by cli. For now it implements the golang flag.Value interface

Source from the content-addressed store, hash-verified

12// Value represents a value as used by cli.
13// For now it implements the golang flag.Value interface
14type Value interface {
15 flag.Value
16 flag.Getter
17}
18
19type boolFlag interface {
20 IsBoolFlag() bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected