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

Method IsRequired

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

whether the flag is a required flag or not

()

Source from the content-addressed store, hash-verified

116type RequiredFlag interface {
117 // whether the flag is a required flag or not
118 IsRequired() bool
119}
120
121// DocGenerationFlag is an interface that allows documentation generation for the flag

Implementers 2

BoolWithInverseFlagflag_bool_with_inverse.go
customBoolFlagcommand_test.go

Calls

no outgoing calls