Merge pull request #4259 from mklein-de/zsh-complete-convert-destination

zsh completion: handle destination for "convert"
This commit is contained in:
Adrian Sampson 2022-01-30 16:35:13 -05:00 committed by GitHub
commit 51e478ed1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ _beet_subcmd_options() {
libfile=("$matchany" ':file:database file:{_files -g *.db}')
regex_words+=("$opt:$optdesc:\$libfile")
;;
(DIR|DIRECTORY)
(DIR|DIRECTORY|DEST)
local -a dirs
dirs=("$matchany" ':dir:directory:_dirs')
regex_words+=("$opt:$optdesc:\$dirs")