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

Method setMultiValueParsingConfig

flag_impl.go:34–34  ·  view source on GitHub ↗

configuration of parsing

(c multiValueParsingConfig)

Source from the content-addressed store, hash-verified

32type multiValueParsingConfigSetter interface {
33 // configuration of parsing
34 setMultiValueParsingConfig(c multiValueParsingConfig)
35}
36
37// ValueCreator is responsible for creating a flag.Value emulation

Callers 2

Implementers 1

Commandcommand.go

Calls

no outgoing calls

Tested by

no test coverage detected