diff options
| author | dana <dana@dana.is> | 2026-04-29 23:37:15 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-04-29 23:37:29 -0500 |
| commit | 88d51a240019d094fcf533d54b31c4fb14e87e81 (patch) | |
| tree | 4eb43d7cb3546bd299d1b3d9aefdb781b5365087 /README | |
| parent | 54381: zparseopts -M: use last as-given option name in arrays (diff) | |
| download | zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar.gz zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar.bz2 zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar.lz zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar.xz zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.tar.zst zsh-88d51a240019d094fcf533d54b31c4fb14e87e81.zip | |
54376: zparseopts: use standard option parsing
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -145,6 +145,10 @@ The zsh/zutil module's zparseopts builtin now always uses the last option name as given when storing it in an array. (Previously, options mapped with -M would sometimes be stored using the first name given.) +Also, as a consequence of the zparseopts builtin now using standard +argument parsing for its own options, long-option specs must be guarded +using -- or similar. + Incompatibilities between 5.8.1 and 5.9 --------------------------------------- |
