Merge pull request #8806 from kikitux/autocomp
add box prune to contrib bash completion
This commit is contained in:
commit
62fd6de914
|
@ -91,7 +91,7 @@ _vagrant() {
|
|||
return 0
|
||||
;;
|
||||
"box")
|
||||
box_commands="add help list outdated remove repackage update"
|
||||
box_commands="add help list outdated prune remove repackage update"
|
||||
COMPREPLY=($(compgen -W "${box_commands}" -- ${cur}))
|
||||
return 0
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue