only do bash completion on .yml files

closes #719
This commit is contained in:
Hans-Christoph Steiner 2020-01-14 19:10:06 +01:00
parent 5c82956561
commit e5d8479033
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -73,7 +73,7 @@ __vercode() {
line="${line#*,}" line="${line#*,}"
printf "${line%%,*} " printf "${line%%,*} "
fi fi
done < "metadata/${p}.txt" )" -- $cur ) ) done < "metadata/${p}.yml" )" -- $cur ) )
} }
__complete_options() { __complete_options() {