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