diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-08-10 09:29:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-10 09:29:09 +0900 |
| commit | f4e1db6f124cabfea9d5a49b0b72bb8fd6353a64 (patch) | |
| tree | 1e9bcc49413f32de415ccb82433615a94fc8905f | |
| parent | Merge pull request #1286 from zsh-users/update-peco (diff) | |
| parent | Update node completion version 26.7 (diff) | |
| download | zsh-completions-f4e1db6f124cabfea9d5a49b0b72bb8fd6353a64.tar zsh-completions-f4e1db6f124cabfea9d5a49b0b72bb8fd6353a64.tar.gz zsh-completions-f4e1db6f124cabfea9d5a49b0b72bb8fd6353a64.tar.bz2 zsh-completions-f4e1db6f124cabfea9d5a49b0b72bb8fd6353a64.tar.lz zsh-completions-f4e1db6f124cabfea9d5a49b0b72bb8fd6353a64.tar.xz zsh-completions-f4e1db6f124cabfea9d5a49b0b72bb8fd6353a64.tar.zst zsh-completions-f4e1db6f124cabfea9d5a49b0b72bb8fd6353a64.zip | |
Merge pull request #1288 from zsh-users/update-node
Update node completion version 26.7
| -rw-r--r-- | src/_node | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,7 @@ # Description # ----------- # -# Completion script for Node.js v26.5.0 (https://nodejs.org) +# Completion script for Node.js v26.7.0 (https://nodejs.org) # # ------------------------------------------------------------------------------ # Authors @@ -236,6 +236,7 @@ _node() { '--test-coverage-exclude=[exclude files from coverage report that match this glob pattern]:pattern' \ '--test-coverage-functions=[the function coverage minimum threshold]:threshold' \ '--test-coverage-include=[include files from coverage report that match this glob pattern]:pattern' \ + '--test-coverage-include-all[include source files that were never loaded in the coverage report]' \ '--test-coverage-lines=[the line coverage minimum threshold]:threshold' \ '--test-force-exit[force test runner to exit upon completion]' \ '--test-global-setup=[specify the path to the global setup file]:file:_files' \ |
