diff options
| author | dana <dana@dana.is> | 2026-06-01 21:15:13 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-06-08 19:53:13 -0500 |
| commit | 0e2f4f282191f13c3e32969b38483dcde9301c86 (patch) | |
| tree | ad96eecf0c2d19a7ef41424b73679a153062e032 /Completion/Zsh/Command/_command | |
| parent | unposted: zgetopt: fix error name, behaviour after auto-loading (diff) | |
| download | zsh-0e2f4f282191f13c3e32969b38483dcde9301c86.tar zsh-0e2f4f282191f13c3e32969b38483dcde9301c86.tar.gz zsh-0e2f4f282191f13c3e32969b38483dcde9301c86.tar.bz2 zsh-0e2f4f282191f13c3e32969b38483dcde9301c86.tar.lz zsh-0e2f4f282191f13c3e32969b38483dcde9301c86.tar.xz zsh-0e2f4f282191f13c3e32969b38483dcde9301c86.tar.zst zsh-0e2f4f282191f13c3e32969b38483dcde9301c86.zip | |
54659: comparguments: support zsh-style '-' terminator with -S -S
Diffstat (limited to 'Completion/Zsh/Command/_command')
| -rw-r--r-- | Completion/Zsh/Command/_command | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_command b/Completion/Zsh/Command/_command index 503f860a2..02ff985c3 100644 --- a/Completion/Zsh/Command/_command +++ b/Completion/Zsh/Command/_command @@ -1,6 +1,6 @@ #compdef command -_arguments \ +_arguments -S : \ '-v[indicate result of command search]:*:command:_path_commands' \ '-V[show result of command search in verbose form]:*:command:_path_commands' \ '(-)-p[use default PATH to find command]' \ |
