#autoload

comptags -C _cur_context

comptags -R "$1" &&
    if [[ $# -gt 1 ]]; then
      _description "${(@)argv[2,-1]}"
      return 0
    fi
