diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-08-06 12:26:27 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-08-06 12:26:27 +0900 |
| commit | 2570e64b1d22a7893e2f9766eb9bd5165efbd7b4 (patch) | |
| tree | 1e9bcc49413f32de415ccb82433615a94fc8905f /src | |
| parent | Merge pull request #1286 from zsh-users/update-peco (diff) | |
| download | zsh-completions-update-node.tar zsh-completions-update-node.tar.gz zsh-completions-update-node.tar.bz2 zsh-completions-update-node.tar.lz zsh-completions-update-node.tar.xz zsh-completions-update-node.tar.zst zsh-completions-update-node.zip | |
Update node completion version 26.7update-node
Diffstat (limited to 'src')
| -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' \ |
