| 7 | ) |
| 8 | |
| 9 | type 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 | |
| 15 | func (RemovePluginRepoCommand) Setup(config command.Config, ui command.UI) error { |
| 16 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected