Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Add ‘prune’ subcommand (vagrant box prune) #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/bash_completion.d/vagrant
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ _vagrant() {
return 0
;;
"box")
box_commands="add help list remove repackage"
box_commands="add help list remove prune repackage"
COMPREPLY=($(compgen -W "${box_commands}" -- ${cur}))
return 0
;;
Expand Down