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

Function main

plugin/plugin_examples/echo/echo.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func main() {
22 plugin.Start(new(PluginDemonstratingParams))
23}
24
25func (pluginDemo *PluginDemonstratingParams) Run(cliConnection plugin.CliConnection, args []string) {
26 // Initialize flags

Callers

nothing calls this directly

Calls 1

StartFunction · 0.92

Tested by

no test coverage detected