MCPcopy Create free account
hub / github.com/google/pprof / StringList

Method StringList

driver/driver.go:98–98  ·  view source on GitHub ↗

StringList is similar to String but allows multiple values for a single flag

(name string, def string, usage string)

Source from the content-addressed store, hash-verified

96 // StringList is similar to String but allows multiple values for a
97 // single flag
98 StringList(name string, def string, usage string) *[]*string
99
100 // ExtraUsage returns any additional text that should be printed after the
101 // standard usage message. The extra usage message returned includes all text

Callers 1

parseFlagsFunction · 0.65

Implementers 2

testFlagsinternal/driver/driver_test.go
GoFlagsinternal/driver/flags.go

Calls

no outgoing calls

Tested by

no test coverage detected