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

Method Get

flag_bool_with_inverse.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (bif *BoolWithInverseFlag) Get() any {
47 return bif.value.Get()
48}
49
50func (bif *BoolWithInverseFlag) RunAction(ctx context.Context, cmd *Command) error {
51 if bif.Action != nil {

Callers 1

RunActionMethod · 0.95

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected