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

Struct UninstallPluginCommand

command/plugin/uninstall_plugin_command.go:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type UninstallPluginCommand struct {
19 RequiredArgs flag.PluginName `positional-args:"yes"`
20 usage interface{} `usage:"CF_NAME uninstall-plugin PLUGIN-NAME"`
21 relatedCommands interface{} `related_commands:"plugins"`
22
23 Config command.Config
24 UI command.UI
25 Actor UninstallPluginActor
26}
27
28func (cmd *UninstallPluginCommand) Setup(config command.Config, ui command.UI) error {
29 cmd.Config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected