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