(cmd *cobra.Command, args []string, toComplete string)
| 124 | } |
| 125 | |
| 126 | func imgcryptShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 127 | // show image names |
| 128 | return completion.ImageNames(cmd) |
| 129 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…