Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ theSecondCmd
Function
theSecondCmd
fixtures/plugins/test_2/test_2.go:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
func
theSecondCmd() {
49
fmt.Println(
"You called cmd2 in test_2"
)
50
}
51
52
func
uninstall(cliConnection plugin.CliConnection) {
53
fmt.Println(
"This plugin is being uninstalled, here are a list of apps you have running."
)
Callers
1
Run
Method · 0.70
Calls
1
Println
Method · 0.65
Tested by
no test coverage detected