#compdef wstool_cd

_wstool_cd () {
  local e
  e=$(dirname ${funcsourcetrace[1]%:*})/wstool_cd-completion.bash
  if [ -f $e ]; then
    . $e
  fi
}
