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

Struct ConfigurablePlugin

integration/assets/configurable_plugin/test_plugin.go:20–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type ConfigurablePlugin struct {
21}
22
23func (_ *ConfigurablePlugin) Run(cliConnection plugin.CliConnection, args []string) {
24 fmt.Printf("%s\n", strings.Join(os.Args, " "))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected