diff --git a/src/_node b/src/_node index e26e4ae..66410aa 100644 --- a/src/_node +++ b/src/_node @@ -28,7 +28,7 @@ # Description # ----------- # -# Completion script for Node.js v20.0.0 (https://nodejs.org) +# Completion script for Node.js v20.6.0 (https://nodejs.org) # # ------------------------------------------------------------------------------ # Authors @@ -85,6 +85,7 @@ _arguments -C \ '--enable-fips[enable FIPS crypto at startup]' \ '--enable-network-family-autoselection[enable network address family autosetection algorithm]' \ '--enable-source-maps[source map support]' \ + '--env-file=[set environment variables from supplied file]:envfile:_files' \ '--es-module-specifier-resolution=[extension resolution algorithm for es modules]:resolution algorithm:(explicit none)' \ '--experimental-import-meta-resolve[experimental ES Module import.meta.resolve() support]' \ '(--loader --experimental-loader)'{--loader,--experimental-loader}'=[Specify the module of a custom ECMAScript Module loader]: :_files' \ @@ -102,6 +103,7 @@ _arguments -C \ '--heap-prof-dir=[Directory where the V8 profiles generated by --heap-prof]: :_files -/' \ '--heap-prof-interval=[sampling interval in bytes for the V8 heap profile]: :number' \ '--heap-prof-name=[file name of the V8 heap profile generated]: :_files' \ + '--heapsnapshot-near-heap-limit=[Generate heapsnapshots whenever V8 is approaching the heap limit]:limit' \ '--heapsnapshot-signal=[Generate heap snapshot on specified signal]:signals:_signals -s' \ '--huge-max-old-generation-size[increase default maximum heap size with 16GB or more]' \ '--icu-data-dir=[set ICU data load path to dir (overrides NODE_ICU_DATA) note: linked-in ICU data is present]: :_directories' \ @@ -151,6 +153,7 @@ _arguments -C \ '--test-only[run tests with "only" option set]' \ '*--test-reporter=[report test output using the given reporter]:reporter:(tap spec dot)' \ '*--test-reporter-destination=[report given reporter to the given destination]:destination:_files' \ + '--test-shard=[run test at specific shard]:shard' \ '--throw-deprecation[throw an exception on deprecations]' \ '--title=[the process title to use on startup]:process title' \ '--tls-cipher-list=[use an alternative default TLS cipher list]:cipher list string' \