Update bash_completion with wo stack migrate
This commit is contained in:
@@ -35,7 +35,7 @@ _wo_complete()
|
|||||||
|
|
||||||
"stack")
|
"stack")
|
||||||
COMPREPLY=( $(compgen \
|
COMPREPLY=( $(compgen \
|
||||||
-W "upgrade install purge reload remove restart start status stop" \
|
-W "upgrade install migrate purge reload remove restart start status stop" \
|
||||||
-- $cur) )
|
-- $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" \
|
-W "--web --admin --utils --nginx --php72 --php73 --php74 --mysql --all --netdata --composer --phpmyadmin --adminer --dashboard --mysqltuner --wpcli --force" \
|
||||||
-- $cur) )
|
-- $cur) )
|
||||||
;;
|
;;
|
||||||
|
;;
|
||||||
|
"migrate")
|
||||||
|
COMPREPLY=( $(compgen \
|
||||||
|
-W "--mariadb --force" \
|
||||||
|
-- $cur) )
|
||||||
|
;;
|
||||||
"start" | "stop" | "reload" | "restart" | "status")
|
"start" | "stop" | "reload" | "restart" | "status")
|
||||||
COMPREPLY=( $(compgen \
|
COMPREPLY=( $(compgen \
|
||||||
-W "--nginx --php --php72 --php73 --php74 --mysql --redis --fail2ban --ufw --netdata -proftpd" \
|
-W "--nginx --php --php72 --php73 --php74 --mysql --redis --fail2ban --ufw --netdata -proftpd" \
|
||||||
|
|||||||
Reference in New Issue
Block a user