Skip to content

Commit cecaba6

Browse files
committed
Merge in upstream changes to the Zsh completion script
zsh-users/zsh@def92fc
1 parent ccceaa2 commit cecaba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • resources/completions/zsh

resources/completions/zsh/_code

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ arguments=(
2525
'(-s --status)'{-s,--status}'[print process usage and diagnostics information]'
2626
'(-p --performance)'{-p,--performance}'[start with the "Developer: Startup Performance" command enabled]'
2727
'--prof-startup[run CPU profiler during startup]'
28-
'--disable-extensions[disable all installed extensions]'
29-
'--disable-extension[disable an extension]:extension id: '
28+
'(--disable-extension --disable-extensions)--disable-extensions[disable all installed extensions]'
29+
\*'--disable-extension[disable an extension]:extension id: '
3030
'--inspect-extensions[allow debugging and profiling of extensions]'
3131
'--inspect-brk-extensions[allow debugging and profiling of extensions with the extension host being paused after start]'
3232
'--disable-gpu[disable GPU hardware acceleration]'

0 commit comments

Comments
 (0)