(cmd *cobra.Command, args []string, toComplete string)
| 346 | } |
| 347 | |
| 348 | func imageConvertShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 349 | // show image names |
| 350 | return completion.ImageNames(cmd) |
| 351 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…