mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
fix db:tunnel
This commit is contained in:
parent
fc50d39e0e
commit
e85e896b1a
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ _aptible() {
|
||||||
db:tunnel)
|
db:tunnel)
|
||||||
_arguments \
|
_arguments \
|
||||||
'--environment=[ENVIRONMENT]: :_aptible_envs' \
|
'--environment=[ENVIRONMENT]: :_aptible_envs' \
|
||||||
'--port=[N]'
|
'--port=[N]' \
|
||||||
|
':: :_aptible_dbs'
|
||||||
;;
|
;;
|
||||||
domains)
|
domains)
|
||||||
_arguments \
|
_arguments \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue