We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47fd427 + 04affd4 commit 8418e82Copy full SHA for 8418e82
lima-plugin
@@ -326,7 +326,7 @@ function processMenuCommand() {
326
vmImages "$2"
327
;;
328
pull)
329
- pullImage "$2" "$3" # pull imagename vmname
+ pullImage "$3" "$2" # pull imagename vmname
330
331
stopContainer)
332
stopContainer "$3" "$2" # stopContainer containerName VMname
@@ -341,7 +341,7 @@ function processMenuCommand() {
341
unpauseContainer "$3" "$2" # unpauseContainer containerName VMname
342
343
rmImage)
344
- rmImage "$2" "$3" # pull imagename vmname
+ rmImage "$3" "$2" # pull imagename vmname
345
346
start)
347
displayNotification 'Lima' "Starting $2 VM"
0 commit comments