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

Method String

flag_test.go:35–37  ·  flag_test.go::Parser.String
()

Source from the content-addressed store, hash-verified

33}
34
35func (p *Parser) String() string {
36 return fmt.Sprintf("%s,%s", p[0], p[1])
37}
38
39func (p *Parser) Get() any {
40 return p

Calls

no outgoing calls

Tested by

no test coverage detected