add prune to contrib bash completion
add prune command to completion.sh
This commit is contained in:
parent
1fe2c81752
commit
4c3b202c09
@ -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…
x
Reference in New Issue
Block a user