1 2 3 4 5 6 7 8
#compdef command if [[ CURRENT -ge 3 ]]; then compset -n 2 _normal else compgen -em fi