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