(cmd *cobra.Command, args []string, toComplete string)
| 112 | } |
| 113 | |
| 114 | func imageInspectShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 115 | // show image names |
| 116 | return completion.ImageNames(cmd) |
| 117 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…