#autoload local tag if [[ "$1" = -[VJ]* ]]; then tag="$2" else tag="$1" fi comptags -C _cur_context comptags -R "$tag" && if [[ $# -gt 1 ]]; then _description "$@" return 0 fi