(cmd *cobra.Command, args []string, toComplete string)
| 271 | } |
| 272 | |
| 273 | func historyShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 274 | // show image names |
| 275 | return completion.ImageNames(cmd) |
| 276 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…