diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2018-08-27 13:31:04 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2018-08-27 13:31:04 +0200 |
commit | 719a715614f2182a76b30ad27a327d70a86f34f1 (patch) | |
tree | a437eb29da8035bf7c2e30506c08fe6f15719871 /Completion/X/Command/_code | |
parent | 7da8d19c224860ae4d6aa3f077fca7f734f20d88 (diff) | |
parent | ef61918398517473b9b594690a3be375f607cebe (diff) | |
download | zsh-719a715614f2182a76b30ad27a327d70a86f34f1.tar.gz zsh-719a715614f2182a76b30ad27a327d70a86f34f1.zip |
Merge tag 'zsh-5.5.1-test-2' into debian
Test release: 5.5.1-test-2.
Diffstat (limited to 'Completion/X/Command/_code')
-rw-r--r-- | Completion/X/Command/_code | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/X/Command/_code b/Completion/X/Command/_code index 089050e26..b725b2a17 100644 --- a/Completion/X/Command/_code +++ b/Completion/X/Command/_code @@ -24,12 +24,14 @@ arguments=( '(-s --status)'{-s,--status}'[print process usage and diagnostics information]' '(-p --performance)'{-p,--performance}'[start with the "Developer: Startup Performance" command enabled]' '--prof-startup[run CPU profiler during startup]' - '--disable-extensions[disable all installed extensions]' + \*--disable-extension'[disable specified installed extension]' + '(--disable-extension --disable-extensions)--disable-extensions[disable all installed extensions]' '--inspect-extensions[allow debugging and profiling of extensions]' '--inspect-brk-extensions[allow debugging and profiling of extensions with the extension host being paused after start]' '--disable-gpu[disable GPU hardware acceleration]' '--upload-logs[uploads logs from current session to a secure endpoint]:confirm:(iConfirmLogsUpload)' '--max-memory=[specify max memory size for a window]:size (Mbytes)' + '--folder-uri[open specified URI as a folder, if there is an extension contributing a FileSystemProvider for that URI]' '*:filename:_files' ) |