fabric: support fabric 2+ completion (#8010)

This commit is contained in:
Kirill Pinchuk 2019-08-19 19:12:53 +03:00 committed by Marc Cornellà
parent 8634d9542a
commit 1908f7bddc

View file

@ -5,7 +5,7 @@ local curcontext=$curcontext state line
declare -A opt_args declare -A opt_args
declare target_list declare target_list
target_list=(`fab --shortlist 2>/dev/null`) target_list=(`fab --shortlist 2>/dev/null || fab --complete 2>/dev/null`)
_targets() { _targets() {
_describe -t commands "fabric targets" target_list _describe -t commands "fabric targets" target_list