| 6 | ) |
| 7 | |
| 8 | type RepoPluginsCommand struct { |
| 9 | RegisteredRepository string `short:"r" description:"Name of a registered repository"` |
| 10 | usage interface{} `usage:"CF_NAME repo-plugins [-r REPO_NAME]\n\nEXAMPLES:\n CF_NAME repo-plugins -r PrivateRepo"` |
| 11 | relatedCommands interface{} `related_commands:"add-plugin-repo, remove-plugin-repo, install-plugin"` |
| 12 | } |
| 13 | |
| 14 | func (RepoPluginsCommand) Setup(config command.Config, ui command.UI) error { |
| 15 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected