1
0
Fork 0

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 #!/usr/bin/env zsh
function omz { function omz {
setopt localoptions noksharrays
[[ $# -gt 0 ]] || { [[ $# -gt 0 ]] || {
_omz::help _omz::help
return 1 return 1