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

Function main

plugin/plugin_examples/multiple_commands/multiple_commands.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func main() {
35 plugin.Start(new(MultiCmd))
36}
37
38func (c *MultiCmd) Run(cliConnection plugin.CliConnection, args []string) {
39 if args[0] == "command-1" {

Callers

nothing calls this directly

Calls 1

StartFunction · 0.92

Tested by

no test coverage detected