(cmd *cobra.Command, args []string)
| 214 | } |
| 215 | |
| 216 | func rootRun(cmd *cobra.Command, args []string) error { |
| 217 | return rootRunImpl(cmd, args) |
| 218 | } |
| 219 | |
| 220 | func migrate(cmd *cobra.Command, args []string) error { |
| 221 | logrus.Debug("Migrating to newer Podman") |
nothing calls this directly
no test coverage detected
searching dependent graphs…