Update bash_completion with wo stack migrate

This commit is contained in:
VirtuBox
2020-10-23 12:52:47 +02:00
parent bed285abc4
commit be4805a21e

View File

@@ -35,7 +35,7 @@ _wo_complete()
"stack")
COMPREPLY=( $(compgen \
-W "upgrade install purge reload remove restart start status stop" \
-W "upgrade install migrate purge reload remove restart start status stop" \
-- $cur) )
;;
@@ -82,6 +82,12 @@ _wo_complete()
-W "--web --admin --utils --nginx --php72 --php73 --php74 --mysql --all --netdata --composer --phpmyadmin --adminer --dashboard --mysqltuner --wpcli --force" \
-- $cur) )
;;
;;
"migrate")
COMPREPLY=( $(compgen \
-W "--mariadb --force" \
-- $cur) )
;;
"start" | "stop" | "reload" | "restart" | "status")
COMPREPLY=( $(compgen \
-W "--nginx --php --php72 --php73 --php74 --mysql --redis --fail2ban --ufw --netdata -proftpd" \