(cmd *cobra.Command, args []string, toComplete string)
| 74 | } |
| 75 | |
| 76 | func removeShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 77 | // show volume names |
| 78 | return completion.VolumeNames(cmd) |
| 79 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…