Update node completion to version 23.8.0

This commit is contained in:
Shohei YOSHIDA 2025-02-14 12:06:51 +09:00
parent 7f0a0c4451
commit b84082e664
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
# Description
# -----------
#
# Completion script for Node.js v23.6.0 (https://nodejs.org)
# Completion script for Node.js v23.8.0 (https://nodejs.org)
#
# ------------------------------------------------------------------------------
# Authors
@ -224,6 +224,7 @@ _arguments -C \
'--use-bundled-ca[use bundled CA store (default)]' \
'--use-largepages=[re-map the Node.js static code to large memory pages at startup]:mode:(off on silent)' \
"--use-openssl-ca[use OpenSSL's default CA store]" \
"--use-system-ca[Use system's CA store]" \
'(- 1 *)--v8-options[print v8 command line options]' \
"--v8-pool-size=[set v8's thread pool size]:number" \
"--watch[run in watch mode]" \