fix: resolve a bug where the -q option for quiet mode was never dispatched

This commit is contained in:
Andrea Alberti 2026-02-15 19:48:48 +01:00
parent 8d154b0609
commit 6cf2f2990d
No known key found for this signature in database

View file

@ -2950,7 +2950,7 @@ You can try to prepend {apo}${___q}{lhi}@{apo}'{error} to the ID if the last ice
.zinit-show-times "${@[2-correct,-1]}"
;;
(self-update)
.zinit-self-update
.zinit-self-update "${@[2-correct,-1]}"
;;
(unload)
(( ${+functions[.zinit-unload]} )) || builtin source "${ZINIT[BIN_DIR]}/zinit-autoload.zsh" || return 1