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

Method IsLocal

flag.go:196–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194// to current command
195type LocalFlag interface {
196 IsLocal() bool
197}
198
199func visibleFlags(fl []Flag) []Flag {

Callers 3

parseFlagsMethod · 0.65

Implementers 1

BoolWithInverseFlagflag_bool_with_inverse.go

Calls

no outgoing calls

Tested by

no test coverage detected