From 421d95782d369f266b8087a0eae11eac2f6a6041 Mon Sep 17 00:00:00 2001 From: Johan Hammar Date: Sat, 5 Sep 2026 01:38:16 +0200 Subject: [PATCH] feat(vagrant): Add vagrant box prune command (#5946) --- plugins/vagrant/_vagrant | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index e88835506..b4b7f7017 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -47,6 +47,7 @@ _box_arguments=( 'help:COMMAND List subcommands' 'list:Lists all installed boxes' 'outdated:Checks if a box has newer version' + 'prune:Removes old versions of installed boxes' 'remove:NAME Removes a box from the system' 'repackage:NAME PROVIDER VERSION Repackages an installed box into a `.box` file' 'update:Updates box to a newer version, if available'