(cmd *cobra.Command, args []string, toComplete string)
| 81 | } |
| 82 | |
| 83 | func rmiShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 84 | // show image names |
| 85 | return completion.ImageNames(cmd) |
| 86 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…