%PDF- %PDF-
Direktori : /usr/local/share/zsh/5.8/functions/Completion/Debian/ |
Current File : //usr/local/share/zsh/5.8/functions/Completion/Debian/_debbugs_bugnumber |
#autoload # TODO: use _describe with some basic metadata (e.g., bug title/package/version) local expl [[ $PREFIX$SUFFIX == [0-9]# ]] || return 1 # The cache directory moved; try both locations. # ### TODO: Use 'bts listcachedbugs'? local -a cachedirs=( ~/.devscripts_cache/bts ~/.cache/devscripts/bts ) _wanted -x bugnum expl 'bug number' compadd -- $^cachedirs/<->.(html|mbox)(N:t:r)