Block a user
added documentation and error messages
insert_vaultwarden_admin_token command fails
add solution to missing argon2 error message
Improve autocomplete migration documentation
Yes, seems the problem was that I had this pre v0.10.x line in my .zshrc
file:
source /etc/zsh/completion.d/abra
Removing that line fixed the error.
Improve autocomplete migration documentation
Yes, I should have clarified I'm running zsh 5.9 and I ran the following commands per the migration docs:
echo "autoload -U compinit; compinit" >> ~/.zshrc
abra autocomplete zsh >…
insert_vaultwarden_admin_token command fails
Autocomplete fails: "unknown flag: --generate-bash-completion"