(cmd *cobra.Command, args []string, toComplete string)
| 63 | return container.Rename(ctx, client, args[0], args[1], options) |
| 64 | } |
| 65 | func renameShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 66 | return completion.ContainerNames(cmd, nil) |
| 67 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…