(cmd *cobra.Command, args []string, toComplete string)
| 226 | } |
| 227 | |
| 228 | func diffShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 229 | // show container names |
| 230 | return completion.ContainerNames(cmd, nil) |
| 231 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…