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

Method NewStringFlagWithDefault

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

Source from the content-addressed store, hash-verified

28 SkipFlagParsing(bool)
29 NewStringFlag(name string, shortName string, usage string)
30 NewStringFlagWithDefault(name string, shortName string, usage string, value string)
31 NewBoolFlag(name string, shortName string, usage string)
32 NewIntFlag(name string, shortName string, usage string)
33 NewIntFlagWithDefault(name string, shortName string, usage string, value int)

Callers 1

Implementers 1

flagContextcf/flags/flags.go

Calls

no outgoing calls

Tested by

no test coverage detected