()
| 7 | |
| 8 | type contextStoreProvider interface { |
| 9 | ContextStore() store.Store |
| 10 | } |
| 11 | |
| 12 | func completeContextNames(dockerCLI contextStoreProvider) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective) { |
no outgoing calls
no test coverage detected