aboutsummaryrefslogtreecommitdiffstats
path: root/src/_node
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2025-07-10 12:41:55 +0900
committerShohei YOSHIDA <syohex@gmail.com>2025-07-10 12:41:55 +0900
commitfe11bbe8b0c4ab24110e703cfd8115567ff4a19e (patch)
tree318004dfb5c1d1747d23e855e6abf26359fb7cd0 /src/_node
parentUpdate cmake completion version 3.31 (diff)
downloadzsh-completions-fe11bbe8b0c4ab24110e703cfd8115567ff4a19e.tar
zsh-completions-fe11bbe8b0c4ab24110e703cfd8115567ff4a19e.tar.gz
zsh-completions-fe11bbe8b0c4ab24110e703cfd8115567ff4a19e.tar.bz2
zsh-completions-fe11bbe8b0c4ab24110e703cfd8115567ff4a19e.tar.lz
zsh-completions-fe11bbe8b0c4ab24110e703cfd8115567ff4a19e.tar.xz
zsh-completions-fe11bbe8b0c4ab24110e703cfd8115567ff4a19e.tar.zst
zsh-completions-fe11bbe8b0c4ab24110e703cfd8115567ff4a19e.zip
Update node completion v24.4.0
Diffstat (limited to 'src/_node')
-rw-r--r--src/_node3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_node b/src/_node
index a2a980f..d25c08e 100644
--- a/src/_node
+++ b/src/_node
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for Node.js v24.0.0 (https://nodejs.org)
+# Completion script for Node.js v24.4.0 (https://nodejs.org)
#
# ------------------------------------------------------------------------------
# Authors
@@ -232,6 +232,7 @@ _arguments -C \
'(- 1 *)--v8-options[print v8 command line options]' \
"--v8-pool-size=[set v8's thread pool size]:number" \
"--watch[run in watch mode]" \
+ '--watch-kill-signal=[kill signal to send to the process on watch mode restarts]:signal:_signals -s' \
"--watch-path=[path to watch]: :_node_files" \
'--watch-preserve-output[preserve outputs on watch mode restart]' \
'--zero-fill-buffers[automatically zero-fill all newly allocated Buffer and SlowBuffer instances]' \