mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 14:20:08 +00:00
Add vagrant box prune command
This commit is contained in:
parent
b908feebcf
commit
2626cc780f
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue