MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Setup

Method Setup

command/plugin/uninstall_plugin_command.go:28–33  ·  view source on GitHub ↗
(config command.Config, ui command.UI)

Source from the content-addressed store, hash-verified

26}
27
28func (cmd *UninstallPluginCommand) Setup(config command.Config, ui command.UI) error {
29 cmd.Config = config
30 cmd.UI = ui
31 cmd.Actor = pluginaction.NewActor(config, nil)
32 return nil
33}
34
35func (cmd UninstallPluginCommand) Execute(args []string) error {
36 pluginName := cmd.RequiredArgs.PluginName

Callers

nothing calls this directly

Calls 1

NewActorFunction · 0.92

Tested by

no test coverage detected