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

Struct customBoolFlag

command_test.go:2930–2932  ·  command_test.go::customBoolFlag

A custom flag that conforms to the relevant interfaces, but has none of the fields that the other flag types do.

Source from the content-addressed store, hash-verified

2928// A custom flag that conforms to the relevant interfaces, but has none of the
2929// fields that the other flag types do.
2930type customBoolFlag struct {
2931 Nombre string
2932}
2933
2934// Don't use the normal FlagStringer
2935func (c *customBoolFlag) String() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected