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

Function New

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

Source from the content-addressed store, hash-verified

47}
48
49func New() FlagContext {
50 return &flagContext{
51 flagsets: make(map[string]FlagSet),
52 cmdFlags: make(map[string]FlagSet),
53 cursor: 0,
54 }
55}
56
57func NewFlagContext(cmdFlags map[string]FlagSet) FlagContext {
58 return &flagContext{

Callers 4

parseArgumentsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected