(cmd *cobra.Command, args []string, toComplete string)
| 120 | } |
| 121 | |
| 122 | func saveShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 123 | // show image names |
| 124 | return completion.ImageNames(cmd) |
| 125 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…