(cmd *cobra.Command, args []string, toComplete string)
| 115 | } |
| 116 | |
| 117 | func portShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 118 | return completion.ContainerNames(cmd, nil) |
| 119 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…