|
@@ -31,7 +31,7 @@ _vbuilder()
|
|
## Complete the arguments to some of the basic commands.
|
|
## Complete the arguments to some of the basic commands.
|
|
case "${prev}" in
|
|
case "${prev}" in
|
|
--version)
|
|
--version)
|
|
- local running="VineSeed 5.2 4.2"
|
|
|
|
|
|
+ local running="VineSeed 6.0 5.2 4.2"
|
|
COMPREPLY=( $(compgen -W "${running}" -- "${cur}") )
|
|
COMPREPLY=( $(compgen -W "${running}" -- "${cur}") )
|
|
;;
|
|
;;
|
|
|
|
|