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

Method IsVisible

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

IsVisible returns true if the flag is not hidden, otherwise false

()

Source from the content-addressed store, hash-verified

178type VisibleFlag interface {
179 // IsVisible returns true if the flag is not hidden, otherwise false
180 IsVisible() bool
181}
182
183// CategorizableFlag is an interface that allows us to potentially

Implementers 3

BoolWithInverseFlagflag_bool_with_inverse.go
extFlagflag_ext.go
customBoolFlagcommand_test.go

Calls

no outgoing calls