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

Method NewIntFlagWithDefault

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

Source from the content-addressed store, hash-verified

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)
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)

Callers 1

Implementers 1

flagContextcf/flags/flags.go

Calls

no outgoing calls

Tested by

no test coverage detected