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

Function RunPlugin

plugin/transition/run_plugin_legacy.go:11–16  ·  view source on GitHub ↗
(plugin configv3.Plugin, _ command.UI)

Source from the content-addressed store, hash-verified

9)
10
11func RunPlugin(plugin configv3.Plugin, _ command.UI) error {
12 // ugly workaround to maintain v7 api in v7 main
13 plugin = configv3.Plugin{}
14 cmd.Main(os.Getenv("CF_TRACE"), os.Args)
15 return nil
16}

Callers

nothing calls this directly

Calls 1

MainFunction · 0.92

Tested by

no test coverage detected