# -*- sh -*- # this is about stopping lp:1802721 (the second part, about the python # tab completion failing) _complete() { if [[ ! "$1" =~ ^test-snapd-complexion ]]; then exit 1; fi COMPREPLY=($( compgen -W "won too tree" "${COMP_WORDS[$COMP_CWORD]}" )) } complete -F _complete test-snapd-complexion complete -F _complete test-snapd-complexion.two