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

Function init

cf/commands/api.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func init() {
24 commandregistry.Register(API{})
25}
26
27func (cmd API) MetaData() commandregistry.CommandMetadata {
28 fs := make(map[string]flags.FlagSet)

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected