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

Method Parse

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

Source from the content-addressed store, hash-verified

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

Callers 15

CommandMethod · 0.95
MainFunction · 0.95
RunCLICommandFunction · 0.95
AddHandlerFunction · 0.65
RunMethod · 0.65
parseArgumentsFunction · 0.65
translate_test.goFile · 0.65
ExecuteMethod · 0.65

Implementers 1

flagContextcf/flags/flags.go

Calls

no outgoing calls

Tested by 2

getHostFunction · 0.52
NewTestRouterClientFunction · 0.52