phing.plugin.zsh 209 Bytes
Newer Older
Claus Witt's avatar
Claus Witt committed
1
2
_phing () {
  if [ -f build.xml ]; then
3
    compadd $(phing -l|grep -v "\[property\]"|grep -v "Buildfile"|sed 1d|grep -v ":$" |grep -v "^\-*$"|grep -v "Warning:"|awk '{print $1}')
Claus Witt's avatar
Claus Witt committed
4
5
6
7
  fi
}

compdef _phing phing