fix(cli): ensure ksharrays is unset

Closes #12900
This commit is contained in:
Carlo Sala 2025-01-10 14:11:33 +01:00
parent 5c17bcd21f
commit 276e540eed
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A

View File

@ -1,6 +1,7 @@
#!/usr/bin/env zsh
function omz {
setopt localoptions noksharrays
[[ $# -gt 0 ]] || {
_omz::help
return 1