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

Function init

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

Source from the content-addressed store, hash-verified

23}
24
25func init() {
26 commandregistry.Register(&Target{})
27}
28
29func (cmd *Target) MetaData() commandregistry.CommandMetadata {
30 fs := make(map[string]flags.FlagSet)

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected