mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
fabric: support fabric 2+ completion (#8010)
This commit is contained in:
parent
8634d9542a
commit
1908f7bddc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ local curcontext=$curcontext state line
|
|||
declare -A opt_args
|
||||
|
||||
declare target_list
|
||||
target_list=(`fab --shortlist 2>/dev/null`)
|
||||
target_list=(`fab --shortlist 2>/dev/null || fab --complete 2>/dev/null`)
|
||||
|
||||
_targets() {
|
||||
_describe -t commands "fabric targets" target_list
|
||||
|
|
Loading…
Reference in a new issue