This commit is contained in:
GitHub Merge Button 2011-10-19 06:23:47 -07:00
commit 0f47256879

View file

@ -0,0 +1,8 @@
_fab_list() {
if [ ! -f fabfile.py ]; then return 0;
else
reply=(`fab --shortlist`)
fi
}
compctl -K _fab_list fab