diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2025-01-10 14:11:33 +0100 |
|---|---|---|
| committer | Carlo Sala <carlosalag@protonmail.com> | 2025-01-10 14:11:33 +0100 |
| commit | 276e540eed9c47d11539dfcd056cd9d162e1c732 (patch) | |
| tree | 69c0adc8bd542f63a05e424b455f2623a573d278 /lib/cli.zsh | |
| parent | 5c17bcd21f104d2508e0bc94d984c4d9e6a607da (diff) | |
| download | zsh-276e540eed9c47d11539dfcd056cd9d162e1c732.tar.gz zsh-276e540eed9c47d11539dfcd056cd9d162e1c732.tar.bz2 zsh-276e540eed9c47d11539dfcd056cd9d162e1c732.zip | |
fix(cli): ensure `ksharrays` is unset
Closes #12900
Diffstat (limited to 'lib/cli.zsh')
| -rw-r--r-- | lib/cli.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cli.zsh b/lib/cli.zsh index 38a84840c..c63185a3d 100644 --- a/lib/cli.zsh +++ b/lib/cli.zsh @@ -1,6 +1,7 @@ #!/usr/bin/env zsh function omz { + setopt localoptions noksharrays [[ $# -gt 0 ]] || { _omz::help return 1 |
