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

Function init

cf/commands/login.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func init() {
36 commandregistry.Register(&Login{})
37}
38
39func (cmd *Login) MetaData() commandregistry.CommandMetadata {
40 fs := make(map[string]flags.FlagSet)

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected