MCPcopy
hub / github.com/cloudfoundry/cli / Args

Method Args

cf/flags/flags.go:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19type FlagContext interface {
20 Parse(...string) error
21 Args() []string
22 Int(string) int
23 Float64(string) float64
24 Bool(string) bool

Callers 15

RunMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
RequirementsMethod · 0.65
RequirementsMethod · 0.65
ExecuteMethod · 0.65
RequirementsMethod · 0.65
RequirementsMethod · 0.65
ExecuteMethod · 0.65
RequirementsMethod · 0.65
RequirementsMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

flagContextcf/flags/flags.go

Calls

no outgoing calls

Tested by

no test coverage detected