MCPcopy
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
48func theSecondCmd() {
49 fmt.Println("You called cmd2 in test_2")
50}
51
52func uninstall(cliConnection plugin.CliConnection) {
53 fmt.Println("This plugin is being uninstalled, here are a list of apps you have running.")

Callers 1

RunMethod · 0.70

Calls 1

PrintlnMethod · 0.65

Tested by

no test coverage detected