aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2026-07-10 11:41:42 +0900
committerShohei YOSHIDA <syohex@gmail.com>2026-07-10 11:41:42 +0900
commitf47156a64369868bcf299ca394acf13a84ff9562 (patch)
tree2d16f8fca8e7a2e7a354cb5bd02bba73a16c15c4
parentMerge pull request #1279 from zsh-users/update-nodejs (diff)
downloadzsh-completions-update-nvm.tar
zsh-completions-update-nvm.tar.gz
zsh-completions-update-nvm.tar.bz2
zsh-completions-update-nvm.tar.lz
zsh-completions-update-nvm.tar.xz
zsh-completions-update-nvm.tar.zst
zsh-completions-update-nvm.zip
Update nvm completion to version v0.40.5update-nvm
-rw-r--r--src/_nvm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_nvm b/src/_nvm
index deb2774..15b61b0 100644
--- a/src/_nvm
+++ b/src/_nvm
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for nvm v0.40.3 (https://github.com/nvm-sh/nvm).
+# Completion script for nvm v0.40.5 (https://github.com/nvm-sh/nvm).
#
# ------------------------------------------------------------------------------
# Authors
@@ -65,6 +65,7 @@ __nvm() {
'--skip-default-packages[When installing, skip the default-packages file if it exists]' \
'--latest-npm[After installing, attempt to upgrade to the latest working npm on the given node version]' \
'--no-progress[Disable the progress bar on any downloads]' \
+ '--offline[Install from cache only, without downloading anything]' \
'--alias=[After installing, set the alias specified to the version specified]' \
'--default[After installing, set default alias to the version specified]' \
'--save[After installing, write the specified version to .nvmrc]' \