From 2626cc780f8b6892a76a839701973fa4dfc94f8c Mon Sep 17 00:00:00 2001 From: Johan Hammar Date: Wed, 8 Mar 2017 19:37:25 +0100 Subject: [PATCH] Add vagrant box prune command --- plugins/vagrant/_vagrant | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index c5335e72e..b38804cc1 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -44,6 +44,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'