MCPcopy Index your code
hub / github.com/cloudfoundry/cli / NewStringSliceFlag

Method NewStringSliceFlag

cf/flags/flags.go:36–36  ·  view source on GitHub ↗
(name string, shortName string, usage string)

Source from the content-addressed store, hash-verified

34 NewFloat64Flag(name string, shortName string, usage string)
35 NewFloat64FlagWithDefault(name string, shortName string, usage string, value float64)
36 NewStringSliceFlag(name string, shortName string, usage string)
37 NewStringSliceFlagWithDefault(name string, shortName string, usage string, value []string)
38 ShowUsage(leadingSpace int) string
39}

Callers 2

Implementers 1

flagContextcf/flags/flags.go

Calls

no outgoing calls

Tested by

no test coverage detected