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

Struct ListPluginReposCommand

command/plugin/list_plugin_repos_command.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type ListPluginReposCommand struct {
9 usage interface{} `usage:"CF_NAME list-plugin-repos"`
10 relatedCommands interface{} `related_commands:"add-plugin-repo, install-plugin"`
11}
12
13func (ListPluginReposCommand) Setup(config command.Config, ui command.UI) error {
14 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected