aboutsummaryrefslogtreecommitdiffstats
path: root/src/_node
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2024-12-11 15:57:12 +0900
committerGitHub <noreply@github.com>2024-12-11 15:57:12 +0900
commit6ff1a671a8177ebdb356dd566e557c2db79759a2 (patch)
treee2c689ec060cffba841327c21a6bd0fe773482fc /src/_node
parentfix typos (diff)
parentUpdate node.js completion to version 23.4 (diff)
downloadzsh-completions-6ff1a671a8177ebdb356dd566e557c2db79759a2.tar
zsh-completions-6ff1a671a8177ebdb356dd566e557c2db79759a2.tar.gz
zsh-completions-6ff1a671a8177ebdb356dd566e557c2db79759a2.tar.bz2
zsh-completions-6ff1a671a8177ebdb356dd566e557c2db79759a2.tar.lz
zsh-completions-6ff1a671a8177ebdb356dd566e557c2db79759a2.tar.xz
zsh-completions-6ff1a671a8177ebdb356dd566e557c2db79759a2.tar.zst
zsh-completions-6ff1a671a8177ebdb356dd566e557c2db79759a2.zip
Merge pull request #1115 from zsh-users/update_node
Update node.js completion to version 23.4
Diffstat (limited to 'src/_node')
-rw-r--r--src/_node5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/_node b/src/_node
index 4a99f7e..198baed 100644
--- a/src/_node
+++ b/src/_node
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for Node.js v23.0.0 (https://nodejs.org)
+# Completion script for Node.js v23.4.0 (https://nodejs.org)
#
# ------------------------------------------------------------------------------
# Authors
@@ -211,6 +211,9 @@ _arguments -C \
'(--tls-min-v1.0 --tls-min-v1.1 --tls-min-v1.3)--tls-min-v1.2[set default TLS minimum to TLSv1.2]' \
'(--tls-max-v1.2 --tls-min-v1.0 --tls-min-v1.1 --tls-min-v1.2)--tls-min-v1.3[set default TLS minimum to TLSv1.3]' \
'--trace-deprecation[show stack traces on deprecations]' \
+ '--trace-env[print accesses to the environment variables]' \
+ '--trace-env-js-stack[print accesses to the environment variables and the JavaScript stack trace]' \
+ '--trace-env-native-stack[print accesses to the environment variables and the native stack trace ]' \
'--trace-event-categories[comma separated list of trace event categories to record]: :{_values -s , categories node node.async_hooks node.bootstrap node.perf node.perf.usertiming node.perf.timerify node.fs.sync node.vm.script v8}' \
'--trace-event-file-pattern[Template string specifying the filepath for the trace-events data, it supports ${rotation} and ${pid} log-rotation id. %2$u is the pid.]:template string' \
'--trace-exit[show stack trace when an environment exits]' \