diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2024-09-05 12:20:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 12:20:48 +0900 |
| commit | 10dd51ded39e1068681e08aa0083233fae985896 (patch) | |
| tree | ec421caa55f6bbca40acfc243b009a91b7938f14 /src/_node | |
| parent | Merge pull request #1100 from zsh-users/update-node (diff) | |
| parent | Update node completion for version 22.8 (diff) | |
| download | zsh-completions-10dd51ded39e1068681e08aa0083233fae985896.tar zsh-completions-10dd51ded39e1068681e08aa0083233fae985896.tar.gz zsh-completions-10dd51ded39e1068681e08aa0083233fae985896.tar.bz2 zsh-completions-10dd51ded39e1068681e08aa0083233fae985896.tar.lz zsh-completions-10dd51ded39e1068681e08aa0083233fae985896.tar.xz zsh-completions-10dd51ded39e1068681e08aa0083233fae985896.tar.zst zsh-completions-10dd51ded39e1068681e08aa0083233fae985896.zip | |
Merge pull request #1102 from zsh-users/update-node
Update node completion for version 22.8
Diffstat (limited to 'src/_node')
| -rw-r--r-- | src/_node | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -28,7 +28,7 @@ # Description # ----------- # -# Completion script for Node.js v22.7.0 (https://nodejs.org) +# Completion script for Node.js v22.8.0 (https://nodejs.org) # # ------------------------------------------------------------------------------ # Authors @@ -185,8 +185,11 @@ _arguments -C \ '--snapshot-blob=[path to the snapshot blob that is used to restore the application state]:snapshot:_files' \ '--test[launch test runner on startup]' \ '--test-concurrency=[specify test runner concurrency]:concurrency' \ + '--test-coverage-branches=[the branch coverage minimum threshold]:threshold' \ '--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-lines=[the line coverage minimum threshold]:threshold' \ '--test-force-exit[force test runner to exit upon completion]' \ '--test-name-pattern=[run tests whose name matches this regular expression]:pattern' \ '--test-only[run tests with "only" option set]' \ |
