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

Struct RemovePluginRepoCommand

command/plugin/remove_plugin_repo_command.go:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type RemovePluginRepoCommand struct {
10 RequiredArgs flag.PluginRepoName `positional-args:"yes"`
11 usage interface{} `usage:"CF_NAME remove-plugin-repo REPO_NAME\n\nEXAMPLES:\n CF_NAME remove-plugin-repo PrivateRepo"`
12 relatedCommands interface{} `related_commands:"list-plugin-repos"`
13}
14
15func (RemovePluginRepoCommand) Setup(config command.Config, ui command.UI) error {
16 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected