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

Struct flagContext

cf/flags/flags.go:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type flagContext struct {
42 flagsets map[string]FlagSet
43 args []string
44 cmdFlags map[string]FlagSet //valid flags for command
45 cursor int
46 skipFlagParsing bool
47}
48
49func New() FlagContext {
50 return &flagContext{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected