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

Method String

command_test.go:2935–2937  ·  command_test.go::customBoolFlag.String

Don't use the normal FlagStringer

()

Source from the content-addressed store, hash-verified

2933
2934// Don't use the normal FlagStringer
2935func (c *customBoolFlag) String() string {
2936 return "***" + c.Nombre + "***"
2937}
2938
2939func (c *customBoolFlag) Names() []string {
2940 return []string{c.Nombre}

Calls

no outgoing calls

Tested by

no test coverage detected