mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: respect delete flags after positional arguments (#587)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
e1df662973
commit
e18f9a7da2
|
|
@ -1213,7 +1213,7 @@ EOF
|
|||
' -y, --yes Don´t prompt for user confirmation'
|
||||
)
|
||||
zmodload zsh/zutil
|
||||
zparseopts -D -F -K -- \
|
||||
zparseopts -D -E -F -K -- \
|
||||
{a,-all}=o_all \
|
||||
{c,-clean}=o_clean \
|
||||
{d,-dry-run}=o_debug \
|
||||
|
|
|
|||
Loading…
Reference in a new issue