Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
func
main() {
35
plugin.Start(new(MultiCmd))
36
}
37
38
func
(c *MultiCmd) Run(cliConnection plugin.CliConnection, args []string) {
39
if
args[0] ==
"command-1"
{
Callers
nothing calls this directly
Calls
1
Start
Function · 0.92
Tested by
no test coverage detected