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

Method Serialize

flag.go:53–53  ·  flag.go::Serializer.Serialize
()

Source from the content-addressed store, hash-verified

51// Serializer is used to circumvent the limitations of flag.FlagSet.Set
52type Serializer interface {
53 Serialize() string
54}
55
56// FlagNamePrefixer converts a full flag name and its placeholder into the help

Calls

no outgoing calls